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

📋 copy color: '#0DD7CB'

red 13 ◦ green 215 ◦ blue 203

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

Shades of Robin's Egg Blue #0DD7CB

Tints of Robin's Egg Blue #0DD7CB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.88%

 BLUE value IS 203 (79.69% from 255) = 47.1%

R = 3.02%
G = 49.88%
B = 47.1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#0DD7CB (or 0x0DD7CB) is known color: Robin's Egg Blue. HEX triplet: 0D, D7 and CB. RGB value is (13,215,203). Sum of RGB (Red+Green+Blue) = 13+215+203=431 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.02% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD7CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD7CB is #F22834. Grayscale: #999999. Windows color (decimal): -15870005 or 13358861. OLE color: 13358861.

HSL color Cylindrical-coordinate representation of color #0DD7CB: hue angle of 176.44º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD7CB is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 13 215 203 -
CMYK 0.94 0 0.06 0.16
HSL 176.44º 0.89% 0.45% -
HSV(B) 176.44º 0.94% 0.84% -
XYZ 35.25 53 64.87 -
YUV 153.23 156.08 27.98 -
System Red Green Blue C M Y K H S L
Decimal 13 215 203 0.94 0 0.06 0.16 176.44 0.89 0.45
Hex D D7 CB 5E 0 6 10 B0 59 2D
Octal 15 327 313 136 0 6 20 260 131 55
Binary 1101 11010111 11001011 1011110 0 110 10000 10110000 1011001 101101

Color Harmonies of #0DD7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD7CB

Black with #0DD7CB

Text Example


Text Example

White with #0DD7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,215,203); }

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

background-color css

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

 a { background-color: rgb(13,215,203); }

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

border-color css

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

 span { border-color: rgb(13,215,203); }

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