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

📋 copy color: '#02CFCA'

red 2 ◦ green 207 ◦ blue 202

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

Shades of Robin's Egg Blue #02CFCA

Tints of Robin's Egg Blue #02CFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.15%

R = 0.49%
G = 50.36%
B = 49.15%

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

#02CFCA (or 0x02CFCA) is known color: Robin's Egg Blue. HEX triplet: 02, CF and CA. RGB value is (2,207,202). Sum of RGB (Red+Green+Blue) = 2+207+202=411 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #02CFCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CFCA is #FD3035. Grayscale: #909090. Windows color (decimal): -16592950 or 13291266. OLE color: 13291266.

HSL color Cylindrical-coordinate representation of color #02CFCA: hue angle of 178.54º 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 #02CFCA is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 207 202 -
CMYK 0.99 0 0.02 0.19
HSL 178.54º 0.98% 0.41% -
HSV(B) 178.54º 0.99% 0.81% -
XYZ 33 48.9 63.58 -
YUV 145.14 160.08 25.91 -
System Red Green Blue C M Y K H S L
Decimal 2 207 202 0.99 0 0.02 0.19 178.54 0.98 0.41
Hex 2 CF CA 63 0 2 13 B3 62 29
Octal 2 317 312 143 0 2 23 263 142 51
Binary 10 11001111 11001010 1100011 0 10 10011 10110011 1100010 101001

Color Harmonies of #02CFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CFCA

Black with #02CFCA

Text Example


Text Example

White with #02CFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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