Html Css Color HEX #01DEFE Deep Sky Blue

📋 copy color: '#01DEFE'

red 1 ◦ green 222 ◦ blue 254

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

Shades of Deep Sky Blue #01DEFE

Tints of Deep Sky Blue #01DEFE

RGB

 RED value IS 1 (0.78% from 255) = 0.21%

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

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

R = 0.21%
G = 46.54%
B = 53.25%

CMYK

 C value IS 1.00

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#01DEFE (or 0x01DEFE) is known color: Deep Sky Blue. HEX triplet: 01, DE and FE. RGB value is (1,222,254). Sum of RGB (Red+Green+Blue) = 1+222+254=477 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #01DEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DEFE is #FE2101. Grayscale: #9F9F9F. Windows color (decimal): -16654594 or 16702977. OLE color: 16702977.

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

Color convert

RGB 1 222 254 -
CMYK 1.00 0.13 0 0.00
HSL 187.59º 0.99% 0.5% -
HSV(B) 187.59º 1% 1% -
XYZ 44.02 59.4 102.91 -
YUV 159.57 181.28 14.9 -
System Red Green Blue C M Y K H S L
Decimal 1 222 254 1.00 0.13 0 0.00 187.59 0.99 0.5
Hex 1 DE FE 64 D 0 0 BC 63 32
Octal 1 336 376 144 15 0 0 274 143 62
Binary 1 11011110 11111110 1100100 1101 0 0 10111100 1100011 110010

Color Harmonies of #01DEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DEFE

Black with #01DEFE

Text Example


Text Example

White with #01DEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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