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

📋 copy color: '#02C1B7'

red 2 ◦ green 193 ◦ blue 183

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

Shades of Robin's Egg Blue #02C1B7

Tints of Robin's Egg Blue #02C1B7

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.06%

 BLUE value IS 183 (71.88% from 255) = 48.41%

R = 0.53%
G = 51.06%
B = 48.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#02C1B7 (or 0x02C1B7) is known color: Robin's Egg Blue. HEX triplet: 02, C1 and B7. RGB value is (2,193,183). Sum of RGB (Red+Green+Blue) = 2+193+183=378 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 183 (71.88% from 255 or 48.41% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #02C1B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C1B7 is #FD3E48. Grayscale: #868686. Windows color (decimal): -16596553 or 12042498. OLE color: 12042498.

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

Color convert

RGB 2 193 183 -
CMYK 0.99 0 0.05 0.24
HSL 176.86º 0.98% 0.38% -
HSV(B) 176.86º 0.99% 0.76% -
XYZ 27.64 41.57 51.37 -
YUV 134.75 155.22 33.31 -
System Red Green Blue C M Y K H S L
Decimal 2 193 183 0.99 0 0.05 0.24 176.86 0.98 0.38
Hex 2 C1 B7 63 0 5 18 B1 62 26
Octal 2 301 267 143 0 5 30 261 142 46
Binary 10 11000001 10110111 1100011 0 101 11000 10110001 1100010 100110

Color Harmonies of #02C1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C1B7

Black with #02C1B7

Text Example


Text Example

White with #02C1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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