Html Css Color HEX #0DC8B6 Robin's Egg Blue

📋 copy color: '#0DC8B6'

red 13 ◦ green 200 ◦ blue 182

#0DC8B6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Robin's Egg Blue #0DC8B6

Tints of Robin's Egg Blue #0DC8B6

RGB

 RED value IS 13 (5.47% from 255) = 3.29%

 GREEN value IS 200 (78.52% from 255) = 50.63%

 BLUE value IS 182 (71.48% from 255) = 46.08%

R = 3.29%
G = 50.63%
B = 46.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#0DC8B6 (or 0x0DC8B6) is known color: Robin's Egg Blue. HEX triplet: 0D, C8 and B6. RGB value is (13,200,182). Sum of RGB (Red+Green+Blue) = 13+200+182=395 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.29% from 395); Green value is 200 (78.52% from 255 or 50.63% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 200 - color contains mainly: green. Hex color #0DC8B6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC8B6 is #F23749. Grayscale: #8D8D8D. Windows color (decimal): -15873866 or 11978765. OLE color: 11978765.

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

Color convert

RGB 13 200 182 -
CMYK 0.94 0 0.09 0.22
HSL 174.22º 0.88% 0.42% -
HSV(B) 174.22º 0.94% 0.78% -
XYZ 29.26 44.77 51.36 -
YUV 142.04 150.55 35.96 -
System Red Green Blue C M Y K H S L
Decimal 13 200 182 0.94 0 0.09 0.22 174.22 0.88 0.42
Hex D C8 B6 5E 0 9 16 AE 58 2A
Octal 15 310 266 136 0 11 26 256 130 52
Binary 1101 11001000 10110110 1011110 0 1001 10110 10101110 1011000 101010

Color Harmonies of #0DC8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC8B6

Black with #0DC8B6

Text Example


Text Example

White with #0DC8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,200,182); }

 H1.HeaderClassName
 {
   color: #0DC8B6;
 }
 .AnyTagClassName
 {
   color: #0DC8B6;
 }
</style>

background-color css

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

 a { background-color: rgb(13,200,182); }

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

border-color css

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

 span { border-color: rgb(13,200,182); }

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