#04CABA

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

Shades of Robin's Egg Blue #04CABA

Tints of Robin's Egg Blue #04CABA

Color information

#04CABA (or 0x04CABA) is unknown color: approx Robin's Egg Blue. HEX triplet: 04, CA and BA. RGB value is (4,202,186). Sum of RGB (Red+Green+Blue) = 4+202+186=392 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 392); Green value is 202 (79.30% from 255 or 51.53% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 202 - color contains mainly: green. Hex color #04CABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CABA is #FB3545. Grayscale: #8C8C8C. Windows color (decimal): -16463174 or 12241412. OLE color: 12241412.

HSL color Cylindrical-coordinate representation of color #04CABA: hue angle of 175.15º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CABA is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB4202186-
CMYK0.9800.080.21
HSL175.15º96.12%40.39%-
HSV(B)175.15º98.02%79.22%-
XYZ30.0345.8153.71-
YUV140.97153.430.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.02%
GREEN value IS 202 (79.30% from 255) = 51.53%
BLUE value IS 186 (73.05% from 255) = 47.45%
R=1.02%
G=51.53%
B=47.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal42021860.9800.080.21175.1596.1240.39
Hex4CABA620815af6028
Octal43122721420102525714050
Binary100110010101011101011000100100010101101011111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04CABA; }

 p { color: rgb(4,202,186); }

 H1.HeaderClassName
 {
   color: #04CABA;
 }
 .AnyTagClassName
 {
   color: #04CABA;
 }
</style>
background-color css

<style>
 a { background-color: #04CABA; }

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

 div.DivClassName
 {
   background-color: #04CABA;
 }
 .BgClassName
 {
   background-color: #04CABA;
 }
</style>
border-color css

<style>
 span { border-color: #04CABA; }

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

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