#0dc3bd

Color #0DC3BD Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #0DC3BD

Tints of Robin's Egg Blue #0DC3BD

Color information

#0DC3BD (or 0x0DC3BD) is unknown color: approx Robin's Egg Blue. HEX triplet: 0D, C3 and BD. RGB value is (13,195,189). Sum of RGB (Red+Green+Blue) = 13+195+189=397 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.27% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC3BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC3BD is #F23C42. Grayscale: #8B8B8B. Windows color (decimal): -15875139 or 12436237. OLE color: 12436237.

HSL color Cylindrical-coordinate representation of color #0DC3BD: hue angle of 178.02º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC3BD is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB13195189-
CMYK0.9300.030.24
HSL178.02º87.5%40.78%-
HSV(B)178.02º93.33%76.47%-
XYZ28.8742.7954.88-
YUV139.9155.737.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 3.27%
GREEN value IS 195 (76.56% from 255) = 49.12%
BLUE value IS 189 (74.22% from 255) = 47.61%
R=3.27%
G=49.12%
B=47.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131951890.9300.030.24178.0287.540.78
HexDC3BD5D0318b25829
Octal15303275135033026213051
Binary11011100001110111101101110101111000101100101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0dc3bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0dc3bd; }

 p { color: rgb(13,195,189); }

 H1.HeaderClassName
 {
   color: #0dc3bd;
 }
 .AnyTagClassName
 {
   color: #0dc3bd;
 }
</style>
background-color css

<style>
 a { background-color: #0dc3bd; }

 a { background-color: rgb(13,195,189); }

 div.DivClassName
 {
   background-color: #0dc3bd;
 }
 .BgClassName
 {
   background-color: #0dc3bd;
 }
</style>
border-color css

<style>
 span { border-color: #0dc3bd; }

 span { border-color: rgb(13,195,189); }

 td.TdClassName
 {
   border-color: #0dc3bd;
 }
 .TagClassName
 {
   border-color: #0dc3bd;
 }
</style>