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

📋 copy color: '#02CFCB'

red 2 ◦ green 207 ◦ blue 203

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

Shades of Robin's Egg Blue #02CFCB

Tints of Robin's Egg Blue #02CFCB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.24%

 BLUE value IS 203 (79.69% from 255) = 49.27%

R = 0.49%
G = 50.24%
B = 49.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#02CFCB (or 0x02CFCB) is known color: Robin's Egg Blue. HEX triplet: 02, CF and CB. RGB value is (2,207,203). Sum of RGB (Red+Green+Blue) = 2+207+203=412 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #02CFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CFCB is #FD3034. Grayscale: #919191. Windows color (decimal): -16592949 or 13356802. OLE color: 13356802.

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

Color convert

RGB 2 207 203 -
CMYK 0.99 0 0.02 0.19
HSL 178.83º 0.98% 0.41% -
HSV(B) 178.83º 0.99% 0.81% -
XYZ 33.12 48.95 64.2 -
YUV 145.25 160.58 25.83 -
System Red Green Blue C M Y K H S L
Decimal 2 207 203 0.99 0 0.02 0.19 178.83 0.98 0.41
Hex 2 CF CB 63 0 2 13 B3 62 29
Octal 2 317 313 143 0 2 23 263 142 51
Binary 10 11001111 11001011 1100011 0 10 10011 10110011 1100010 101001

Color Harmonies of #02CFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CFCB

Black with #02CFCB

Text Example


Text Example

White with #02CFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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