Html Css Color HEX #02D2EE Deep Sky Blue

📋 copy color: '#02D2EE'

red 2 ◦ green 210 ◦ blue 238

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

Shades of Deep Sky Blue #02D2EE

Tints of Deep Sky Blue #02D2EE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.67%

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

R = 0.44%
G = 46.67%
B = 52.89%

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

#02D2EE (or 0x02D2EE) is known color: Deep Sky Blue. HEX triplet: 02, D2 and EE. RGB value is (2,210,238). Sum of RGB (Red+Green+Blue) = 2+210+238=450 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #02D2EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D2EE is #FD2D11. Grayscale: #969696. Windows color (decimal): -16592146 or 15651330. OLE color: 15651330.

HSL color Cylindrical-coordinate representation of color #02D2EE: hue angle of 187.12º 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 #02D2EE is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 210 238 -
CMYK 0.99 0.12 0 0.07
HSL 187.12º 0.98% 0.47% -
HSV(B) 187.12º 0.99% 0.93% -
XYZ 38.5 52.28 88.95 -
YUV 151 177.09 21.72 -
System Red Green Blue C M Y K H S L
Decimal 2 210 238 0.99 0.12 0 0.07 187.12 0.98 0.47
Hex 2 D2 EE 63 C 0 7 BB 62 2F
Octal 2 322 356 143 14 0 7 273 142 57
Binary 10 11010010 11101110 1100011 1100 0 111 10111011 1100010 101111

Color Harmonies of #02D2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D2EE

Black with #02D2EE

Text Example


Text Example

White with #02D2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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