Html Css Color HEX #04CACF Robin's Egg Blue

📋 copy color: '#04CACF'

red 4 ◦ green 202 ◦ blue 207

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

Shades of Robin's Egg Blue #04CACF

Tints of Robin's Egg Blue #04CACF

RGB

 RED value IS 4 (1.95% from 255) = 0.97%

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

 BLUE value IS 207 (81.25% from 255) = 50.12%

R = 0.97%
G = 48.91%
B = 50.12%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#04CACF (or 0x04CACF) is known color: Robin's Egg Blue. HEX triplet: 04, CA and CF. RGB value is (4,202,207). Sum of RGB (Red+Green+Blue) = 4+202+207=413 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #04CACF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CACF is #FB3530. Grayscale: #8F8F8F. Windows color (decimal): -16463153 or 13617668. OLE color: 13617668.

HSL color Cylindrical-coordinate representation of color #04CACF: hue angle of 181.48º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CACF is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 202 207 -
CMYK 0.98 0.02 0 0.19
HSL 181.48º 0.96% 0.41% -
HSV(B) 181.48º 0.98% 0.81% -
XYZ 32.43 46.77 66.35 -
YUV 143.37 163.9 28.59 -
System Red Green Blue C M Y K H S L
Decimal 4 202 207 0.98 0.02 0 0.19 181.48 0.96 0.41
Hex 4 CA CF 62 2 0 13 B5 60 29
Octal 4 312 317 142 2 0 23 265 140 51
Binary 100 11001010 11001111 1100010 10 0 10011 10110101 1100000 101001

Color Harmonies of #04CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CACF

Black with #04CACF

Text Example


Text Example

White with #04CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04CACF;
 }
 .AnyTagClassName
 {
   color: #04CACF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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