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

📋 copy color: '#02CBCD'

red 2 ◦ green 203 ◦ blue 205

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

Shades of Robin's Egg Blue #02CBCD

Tints of Robin's Egg Blue #02CBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50%

R = 0.49%
G = 49.51%
B = 50%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#02CBCD (or 0x02CBCD) is known color: Robin's Egg Blue. HEX triplet: 02, CB and CD. RGB value is (2,203,205). Sum of RGB (Red+Green+Blue) = 2+203+205=410 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #02CBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CBCD is #FD3432. Grayscale: #8E8E8E. Windows color (decimal): -16593971 or 13486850. OLE color: 13486850.

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

Color convert

RGB 2 203 205 -
CMYK 0.99 0.01 0 0.20
HSL 180.59º 0.98% 0.41% -
HSV(B) 180.59º 0.99% 0.8% -
XYZ 32.4 47.13 65.15 -
YUV 143.13 162.91 27.34 -
System Red Green Blue C M Y K H S L
Decimal 2 203 205 0.99 0.01 0 0.20 180.59 0.98 0.41
Hex 2 CB CD 63 1 0 14 B5 62 29
Octal 2 313 315 143 1 0 24 265 142 51
Binary 10 11001011 11001101 1100011 1 0 10100 10110101 1100010 101001

Color Harmonies of #02CBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CBCD

Black with #02CBCD

Text Example


Text Example

White with #02CBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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