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

📋 copy color: '#0DCACA'

red 13 ◦ green 202 ◦ blue 202

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

Shades of Robin's Egg Blue #0DCACA

Tints of Robin's Egg Blue #0DCACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.44%

R = 3.12%
G = 48.44%
B = 48.44%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0DCACA (or 0x0DCACA) is known color: Robin's Egg Blue. HEX triplet: 0D, CA and CA. RGB value is (13,202,202). Sum of RGB (Red+Green+Blue) = 13+202+202=417 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.12% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #0DCACA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCACA is #F23535. Grayscale: #919191. Windows color (decimal): -15873334 or 13289997. OLE color: 13289997.

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

Color convert

RGB 13 202 202 -
CMYK 0.94 0 0 0.21
HSL 180º 0.88% 0.42% -
HSV(B) 180º 0.94% 0.79% -
XYZ 31.95 46.59 63.19 -
YUV 145.49 159.88 33.5 -
System Red Green Blue C M Y K H S L
Decimal 13 202 202 0.94 0 0 0.21 180 0.88 0.42
Hex D CA CA 5E 0 0 15 B4 58 2A
Octal 15 312 312 136 0 0 25 264 130 52
Binary 1101 11001010 11001010 1011110 0 0 10101 10110100 1011000 101010

Color Harmonies of #0DCACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCACA

Black with #0DCACA

Text Example


Text Example

White with #0DCACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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