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

📋 copy color: '#0DCCCE'

red 13 ◦ green 204 ◦ blue 206

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

Shades of Robin's Egg Blue #0DCCCE

Tints of Robin's Egg Blue #0DCCCE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.23%

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 3.07%
G = 48.23%
B = 48.7%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0DCCCE (or 0x0DCCCE) is known color: Robin's Egg Blue. HEX triplet: 0D, CC and CE. RGB value is (13,204,206). Sum of RGB (Red+Green+Blue) = 13+204+206=423 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.07% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #0DCCCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCCCE is #F23331. Grayscale: #929292. Windows color (decimal): -15872818 or 13552653. OLE color: 13552653.

HSL color Cylindrical-coordinate representation of color #0DCCCE: hue angle of 180.62º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCCCE is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 204 206 -
CMYK 0.94 0.01 0 0.19
HSL 180.62º 0.88% 0.43% -
HSV(B) 180.62º 0.94% 0.81% -
XYZ 32.9 47.73 65.87 -
YUV 147.12 161.22 32.34 -
System Red Green Blue C M Y K H S L
Decimal 13 204 206 0.94 0.01 0 0.19 180.62 0.88 0.43
Hex D CC CE 5E 1 0 13 B5 58 2B
Octal 15 314 316 136 1 0 23 265 130 53
Binary 1101 11001100 11001110 1011110 1 0 10011 10110101 1011000 101011

Color Harmonies of #0DCCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCCCE

Black with #0DCCCE

Text Example


Text Example

White with #0DCCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,204,206); }

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

background-color css

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

 a { background-color: rgb(13,204,206); }

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

border-color css

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

 span { border-color: rgb(13,204,206); }

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