#02D5C6

Color #02D5C6 Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #02D5C6

Tints of Robin's Egg Blue #02D5C6

Color information

#02D5C6 (or 0x02D5C6) is unknown color: approx Robin's Egg Blue. HEX triplet: 02, D5 and C6. RGB value is (2,213,198). Sum of RGB (Red+Green+Blue) = 2+213+198=413 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 413); Green value is 213 (83.59% from 255 or 51.57% from 413); Blue value is 198 (77.73% from 255 or 47.94% from 413); Max value from RGB is 213 - color contains mainly: green. Hex color #02D5C6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D5C6 is #FD2A39. Grayscale: #949494. Windows color (decimal): -16591418 or 13030658. OLE color: 13030658.

HSL color Cylindrical-coordinate representation of color #02D5C6: hue angle of 175.73º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D5C6 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB2213198-
CMYK0.9900.070.16
HSL175.73º98.14%42.16%-
HSV(B)175.73º99.06%83.53%-
XYZ34.0151.6861.61-
YUV148.2156.123.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.48%
GREEN value IS 213 (83.59% from 255) = 51.57%
BLUE value IS 198 (77.73% from 255) = 47.94%
R=0.48%
G=51.57%
B=47.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal22131980.9900.070.16175.7398.1442.16
Hex2D5C6630710b0622a
Octal2325306143072026014252
Binary1011010101110001101100011011110000101100001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02D5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,213,198); }

 H1.HeaderClassName
 {
   color: #02D5C6;
 }
 .AnyTagClassName
 {
   color: #02D5C6;
 }
</style>
background-color css

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

 a { background-color: rgb(2,213,198); }

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

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

 span { border-color: rgb(2,213,198); }

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