#0DC7BA

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

Shades of Robin's Egg Blue #0DC7BA

Tints of Robin's Egg Blue #0DC7BA

Color information

#0DC7BA (or 0x0DC7BA) is unknown color: approx Robin's Egg Blue. HEX triplet: 0D, C7 and BA. RGB value is (13,199,186). Sum of RGB (Red+Green+Blue) = 13+199+186=398 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.27% from 398); Green value is 199 (78.12% from 255 or 50% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 199 - color contains mainly: green. Hex color #0DC7BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC7BA is #F23845. Grayscale: #8D8D8D. Windows color (decimal): -15874118 or 12240653. OLE color: 12240653.

HSL color Cylindrical-coordinate representation of color #0DC7BA: hue angle of 175.81º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC7BA is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB13199186-
CMYK0.9300.070.22
HSL175.81º87.74%41.57%-
HSV(B)175.81º93.47%78.04%-
XYZ29.4544.4853.49-
YUV141.9152.8836.06-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.27%
GREEN value IS 199 (78.12% from 255) = 50%
BLUE value IS 186 (73.05% from 255) = 46.73%
R=3.27%
G=50%
B=46.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal131991860.9300.070.22175.8187.7441.57
HexDC7BA5D0716b0582a
Octal15307272135072626013052
Binary110111000111101110101011101011110110101100001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,199,186); }

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

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

 a { background-color: rgb(13,199,186); }

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

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

 span { border-color: rgb(13,199,186); }

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