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

📋 copy color: '#04CDC2'

red 4 ◦ green 205 ◦ blue 194

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

Shades of Robin's Egg Blue #04CDC2

Tints of Robin's Egg Blue #04CDC2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.87%

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

R = 0.99%
G = 50.87%
B = 48.14%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#04CDC2 (or 0x04CDC2) is known color: Robin's Egg Blue. HEX triplet: 04, CD and C2. RGB value is (4,205,194). Sum of RGB (Red+Green+Blue) = 4+205+194=403 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 403); Green value is 205 (80.47% from 255 or 50.87% from 403); Blue value is 194 (76.17% from 255 or 48.14% from 403); Max value from RGB is 205 - color contains mainly: green. Hex color #04CDC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CDC2 is #FB323D. Grayscale: #8F8F8F. Windows color (decimal): -16462398 or 12766468. OLE color: 12766468.

HSL color Cylindrical-coordinate representation of color #04CDC2: hue angle of 176.72º 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 #04CDC2 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 205 194 -
CMYK 0.98 0 0.05 0.20
HSL 176.72º 0.96% 0.41% -
HSV(B) 176.72º 0.98% 0.8% -
XYZ 31.62 47.58 58.56 -
YUV 143.65 156.41 28.39 -
System Red Green Blue C M Y K H S L
Decimal 4 205 194 0.98 0 0.05 0.20 176.72 0.96 0.41
Hex 4 CD C2 62 0 5 14 B1 60 29
Octal 4 315 302 142 0 5 24 261 140 51
Binary 100 11001101 11000010 1100010 0 101 10100 10110001 1100000 101001

Color Harmonies of #04CDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CDC2

Black with #04CDC2

Text Example


Text Example

White with #04CDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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