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

📋 copy color: '#0DCACC'

red 13 ◦ green 202 ◦ blue 204

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

Shades of Robin's Egg Blue #0DCACC

Tints of Robin's Egg Blue #0DCACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.69%

R = 3.1%
G = 48.21%
B = 48.69%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0DCACC (or 0x0DCACC) is known color: Robin's Egg Blue. HEX triplet: 0D, CA and CC. RGB value is (13,202,204). Sum of RGB (Red+Green+Blue) = 13+202+204=419 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #0DCACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCACC is #F23533. Grayscale: #919191. Windows color (decimal): -15873332 or 13421069. OLE color: 13421069.

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

Color convert

RGB 13 202 204 -
CMYK 0.94 0.01 0 0.2
HSL 180.63º 0.88% 0.43% -
HSV(B) 180.63º 0.94% 0.8% -
XYZ 32.19 46.69 64.44 -
YUV 145.72 160.88 33.34 -
System Red Green Blue C M Y K H S L
Decimal 13 202 204 0.94 0.01 0 0.2 180.63 0.88 0.43
Hex D CA CC 5E 1 0 14 B5 58 2B
Octal 15 312 314 136 1 0 24 265 130 53
Binary 1101 11001010 11001100 1011110 1 0 10100 10110101 1011000 101011

Color Harmonies of #0DCACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCACC

Black with #0DCACC

Text Example


Text Example

White with #0DCACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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