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

📋 copy color: '#04CBC2'

red 4 ◦ green 203 ◦ blue 194

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

Shades of Robin's Egg Blue #04CBC2

Tints of Robin's Egg Blue #04CBC2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.62%

 BLUE value IS 194 (76.17% from 255) = 48.38%

R = 1%
G = 50.62%
B = 48.38%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#04CBC2 (or 0x04CBC2) is known color: Robin's Egg Blue. HEX triplet: 04, CB and C2. RGB value is (4,203,194). Sum of RGB (Red+Green+Blue) = 4+203+194=401 (53% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 194 (76.17% from 255 or 48.38% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #04CBC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CBC2 is #FB343D. Grayscale: #8E8E8E. Windows color (decimal): -16462910 or 12765956. OLE color: 12765956.

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

Color convert

RGB 4 203 194 -
CMYK 0.98 0 0.04 0.20
HSL 177.29º 0.96% 0.41% -
HSV(B) 177.29º 0.98% 0.8% -
XYZ 31.14 46.63 58.4 -
YUV 142.47 157.07 29.23 -
System Red Green Blue C M Y K H S L
Decimal 4 203 194 0.98 0 0.04 0.20 177.29 0.96 0.41
Hex 4 CB C2 62 0 4 14 B1 60 29
Octal 4 313 302 142 0 4 24 261 140 51
Binary 100 11001011 11000010 1100010 0 100 10100 10110001 1100000 101001

Color Harmonies of #04CBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CBC2

Black with #04CBC2

Text Example


Text Example

White with #04CBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,203,194); }

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

background-color css

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

 a { background-color: rgb(4,203,194); }

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

border-color css

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

 span { border-color: rgb(4,203,194); }

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