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

📋 copy color: '#04CBC1'

red 4 ◦ green 203 ◦ blue 193

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

Shades of Robin's Egg Blue #04CBC1

Tints of Robin's Egg Blue #04CBC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 48.25%

R = 1%
G = 50.75%
B = 48.25%

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

#04CBC1 (or 0x04CBC1) is known color: Robin's Egg Blue. HEX triplet: 04, CB and C1. RGB value is (4,203,193). Sum of RGB (Red+Green+Blue) = 4+203+193=400 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #04CBC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CBC1 is #FB343E. Grayscale: #8E8E8E. Windows color (decimal): -16462911 or 12700420. OLE color: 12700420.

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

Color convert

RGB 4 203 193 -
CMYK 0.98 0 0.05 0.20
HSL 176.98º 0.96% 0.41% -
HSV(B) 176.98º 0.98% 0.8% -
XYZ 31.03 46.59 57.81 -
YUV 142.36 156.57 29.31 -
System Red Green Blue C M Y K H S L
Decimal 4 203 193 0.98 0 0.05 0.20 176.98 0.96 0.41
Hex 4 CB C1 62 0 5 14 B1 60 29
Octal 4 313 301 142 0 5 24 261 140 51
Binary 100 11001011 11000001 1100010 0 101 10100 10110001 1100000 101001

Color Harmonies of #04CBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CBC1

Black with #04CBC1

Text Example


Text Example

White with #04CBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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