Html Css Color HEX #02ADEE Deep Sky Blue

📋 copy color: '#02ADEE'

red 2 ◦ green 173 ◦ blue 238

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

Shades of Deep Sky Blue #02ADEE

Tints of Deep Sky Blue #02ADEE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.89%

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

R = 0.48%
G = 41.89%
B = 57.63%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#02ADEE (or 0x02ADEE) is known color: Deep Sky Blue. HEX triplet: 02, AD and EE. RGB value is (2,173,238). Sum of RGB (Red+Green+Blue) = 2+173+238=413 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #02ADEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02ADEE is #FD5211. Grayscale: #808080. Windows color (decimal): -16601618 or 15641858. OLE color: 15641858.

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

Color convert

RGB 2 173 238 -
CMYK 0.99 0.27 0 0.07
HSL 196.53º 0.98% 0.47% -
HSV(B) 196.53º 0.99% 0.93% -
XYZ 30.4 36.07 86.25 -
YUV 129.28 189.35 37.21 -
System Red Green Blue C M Y K H S L
Decimal 2 173 238 0.99 0.27 0 0.07 196.53 0.98 0.47
Hex 2 AD EE 63 1B 0 7 C5 62 2F
Octal 2 255 356 143 33 0 7 305 142 57
Binary 10 10101101 11101110 1100011 11011 0 111 11000101 1100010 101111

Color Harmonies of #02ADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ADEE

Black with #02ADEE

Text Example


Text Example

White with #02ADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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