#0DCACA

Color #0DCACA Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #0DCACA

Tints of Robin's Egg Blue #0DCACA

Color information

#0DCACA (or 0x0DCACA) is unknown color: approx 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

RGB13202202-
CMYK0.94000.21
HSL180º87.91%42.16%-
HSV(B)180º93.56%79.22%-
XYZ31.9546.5963.19-
YUV145.49159.8833.5-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.12%
GREEN value IS 202 (79.30% from 255) = 48.44%
BLUE value IS 202 (79.30% from 255) = 48.44%
R=3.12%
G=48.44%
B=48.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132022020.94000.2118087.9142.16
HexDCACA5E0015b4582a
Octal15312312136002526413052
Binary1101110010101100101010111100010101101101001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>