#0DC5BD

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

Shades of Robin's Egg Blue #0DC5BD

Tints of Robin's Egg Blue #0DC5BD

Color information

#0DC5BD (or 0x0DC5BD) is unknown color: approx Robin's Egg Blue. HEX triplet: 0D, C5 and BD. RGB value is (13,197,189). Sum of RGB (Red+Green+Blue) = 13+197+189=399 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.26% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC5BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC5BD is #F23A42. Grayscale: #8C8C8C. Windows color (decimal): -15874627 or 12436749. OLE color: 12436749.

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

Color convert

RGB13197189-
CMYK0.9300.040.23
HSL177.39º87.62%41.18%-
HSV(B)177.39º93.4%77.25%-
XYZ29.3243.6955.03-
YUV141.07155.0436.65-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.26%
GREEN value IS 197 (77.34% from 255) = 49.37%
BLUE value IS 189 (74.22% from 255) = 47.37%
R=3.26%
G=49.37%
B=47.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal131971890.9300.040.23177.3987.6241.18
HexDC5BD5D0417b15829
Octal15305275135042726113051
Binary110111000101101111011011101010010111101100011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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