#02DEBA

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

Shades of Robin's Egg Blue #02DEBA

Tints of Robin's Egg Blue #02DEBA

Color information

#02DEBA (or 0x02DEBA) is unknown color: approx Robin's Egg Blue. HEX triplet: 02, DE and BA. RGB value is (2,222,186). Sum of RGB (Red+Green+Blue) = 2+222+186=410 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 410); Green value is 222 (87.11% from 255 or 54.15% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 222 - color contains mainly: green. Hex color #02DEBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DEBA is #FD2145. Grayscale: #989898. Windows color (decimal): -16589126 or 12246530. OLE color: 12246530.

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

Color convert

RGB2222186-
CMYK0.9900.160.13
HSL170.18º98.21%43.92%-
HSV(B)170.18º99.1%87.06%-
XYZ35.0155.855.38-
YUV152.12147.1120.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.49%
GREEN value IS 222 (87.11% from 255) = 54.15%
BLUE value IS 186 (73.05% from 255) = 45.37%
R=0.49%
G=54.15%
B=45.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221860.9900.160.13170.1898.2143.92
Hex2DEBA63010Daa622c
Octal23362721430201525214254
Binary10110111101011101011000110100001101101010101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02DEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,222,186); }

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

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

 a { background-color: rgb(2,222,186); }

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

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

 span { border-color: rgb(2,222,186); }

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