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

📋 copy color: '#0DCACE'

red 13 ◦ green 202 ◦ blue 206

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

Shades of Robin's Egg Blue #0DCACE

Tints of Robin's Egg Blue #0DCACE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.98%

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

R = 3.09%
G = 47.98%
B = 48.93%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0DCACE (or 0x0DCACE) is known color: Robin's Egg Blue. HEX triplet: 0D, CA and CE. RGB value is (13,202,206). Sum of RGB (Red+Green+Blue) = 13+202+206=421 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.09% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #0DCACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCACE is #F23531. Grayscale: #919191. Windows color (decimal): -15873330 or 13552141. OLE color: 13552141.

HSL color Cylindrical-coordinate representation of color #0DCACE: hue angle of 181.24º 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 #0DCACE is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 202 206 -
CMYK 0.94 0.02 0 0.19
HSL 181.24º 0.88% 0.43% -
HSV(B) 181.24º 0.94% 0.81% -
XYZ 32.43 46.78 65.71 -
YUV 145.95 161.88 33.17 -
System Red Green Blue C M Y K H S L
Decimal 13 202 206 0.94 0.02 0 0.19 181.24 0.88 0.43
Hex D CA CE 5E 2 0 13 B5 58 2B
Octal 15 312 316 136 2 0 23 265 130 53
Binary 1101 11001010 11001110 1011110 10 0 10011 10110101 1011000 101011

Color Harmonies of #0DCACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCACE

Black with #0DCACE

Text Example


Text Example

White with #0DCACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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