Html Css Color HEX #02D1EE Deep Sky Blue

📋 copy color: '#02D1EE'

red 2 ◦ green 209 ◦ blue 238

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

Shades of Deep Sky Blue #02D1EE

Tints of Deep Sky Blue #02D1EE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.55%

 BLUE value IS 238 (93.36% from 255) = 53.01%

R = 0.45%
G = 46.55%
B = 53.01%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#02D1EE (or 0x02D1EE) is known color: Deep Sky Blue. HEX triplet: 02, D1 and EE. RGB value is (2,209,238). Sum of RGB (Red+Green+Blue) = 2+209+238=449 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #02D1EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D1EE is #FD2E11. Grayscale: #969696. Windows color (decimal): -16592402 or 15651074. OLE color: 15651074.

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

Color convert

RGB 2 209 238 -
CMYK 0.99 0.12 0 0.07
HSL 187.37º 0.98% 0.47% -
HSV(B) 187.37º 0.99% 0.93% -
XYZ 38.26 51.79 88.87 -
YUV 150.41 177.42 22.14 -
System Red Green Blue C M Y K H S L
Decimal 2 209 238 0.99 0.12 0 0.07 187.37 0.98 0.47
Hex 2 D1 EE 63 C 0 7 BB 62 2F
Octal 2 321 356 143 14 0 7 273 142 57
Binary 10 11010001 11101110 1100011 1100 0 111 10111011 1100010 101111

Color Harmonies of #02D1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D1EE

Black with #02D1EE

Text Example


Text Example

White with #02D1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,209,238); }

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

background-color css

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

 a { background-color: rgb(2,209,238); }

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

border-color css

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

 span { border-color: rgb(2,209,238); }

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