Html Css Color HEX #02DEFE Deep Sky Blue

📋 copy color: '#02DEFE'

red 2 ◦ green 222 ◦ blue 254

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

Shades of Deep Sky Blue #02DEFE

Tints of Deep Sky Blue #02DEFE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.44%

 BLUE value IS 254 (99.61% from 255) = 53.14%

R = 0.42%
G = 46.44%
B = 53.14%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#02DEFE (or 0x02DEFE) is known color: Deep Sky Blue. HEX triplet: 02, DE and FE. RGB value is (2,222,254). Sum of RGB (Red+Green+Blue) = 2+222+254=478 (63% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #02DEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02DEFE is #FD2101. Grayscale: #9F9F9F. Windows color (decimal): -16589058 or 16702978. OLE color: 16702978.

HSL color Cylindrical-coordinate representation of color #02DEFE: hue angle of 187.62º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DEFE is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 2 222 254 -
CMYK 0.99 0.13 0 0.00
HSL 187.62º 0.99% 0.5% -
HSV(B) 187.62º 0.99% 1% -
XYZ 44.04 59.41 102.91 -
YUV 159.87 181.11 15.4 -
System Red Green Blue C M Y K H S L
Decimal 2 222 254 0.99 0.13 0 0.00 187.62 0.99 0.5
Hex 2 DE FE 63 D 0 0 BC 63 32
Octal 2 336 376 143 15 0 0 274 143 62
Binary 10 11011110 11111110 1100011 1101 0 0 10111100 1100011 110010

Color Harmonies of #02DEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DEFE

Black with #02DEFE

Text Example


Text Example

White with #02DEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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