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

📋 copy color: '#02CBC1'

red 2 ◦ green 203 ◦ blue 193

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

Shades of Robin's Egg Blue #02CBC1

Tints of Robin's Egg Blue #02CBC1

RGB

 RED value IS 2 (1.17% from 255) = 0.5%

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

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

R = 0.5%
G = 51.01%
B = 48.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#02CBC1 (or 0x02CBC1) is known color: Robin's Egg Blue. HEX triplet: 02, CB and C1. RGB value is (2,203,193). Sum of RGB (Red+Green+Blue) = 2+203+193=398 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 398); Green value is 203 (79.69% from 255 or 51.01% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 203 - color contains mainly: green. Hex color #02CBC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CBC1 is #FD343E. Grayscale: #8D8D8D. Windows color (decimal): -16593983 or 12700418. OLE color: 12700418.

HSL color Cylindrical-coordinate representation of color #02CBC1: hue angle of 177.01º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CBC1 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 203 193 -
CMYK 0.99 0 0.05 0.20
HSL 177.01º 0.98% 0.4% -
HSV(B) 177.01º 0.99% 0.8% -
XYZ 31.01 46.58 57.81 -
YUV 141.76 156.91 28.31 -
System Red Green Blue C M Y K H S L
Decimal 2 203 193 0.99 0 0.05 0.20 177.01 0.98 0.4
Hex 2 CB C1 63 0 5 14 B1 62 28
Octal 2 313 301 143 0 5 24 261 142 50
Binary 10 11001011 11000001 1100011 0 101 10100 10110001 1100010 101000

Color Harmonies of #02CBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CBC1

Black with #02CBC1

Text Example


Text Example

White with #02CBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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