Html Css Color HEX #01DDFE Deep Sky Blue

📋 copy color: '#01DDFE'

red 1 ◦ green 221 ◦ blue 254

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

Shades of Deep Sky Blue #01DDFE

Tints of Deep Sky Blue #01DDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.43%

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

R = 0.21%
G = 46.43%
B = 53.36%

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

#01DDFE (or 0x01DDFE) is known color: Deep Sky Blue. HEX triplet: 01, DD and FE. RGB value is (1,221,254). Sum of RGB (Red+Green+Blue) = 1+221+254=476 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #01DDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DDFE is #FE2201. Grayscale: #9E9E9E. Windows color (decimal): -16654850 or 16702721. OLE color: 16702721.

HSL color Cylindrical-coordinate representation of color #01DDFE: hue angle of 187.83º 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 #01DDFE is Cyan = 1.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 1 221 254 -
CMYK 1.00 0.13 0 0.00
HSL 187.83º 0.99% 0.5% -
HSV(B) 187.83º 1% 1% -
XYZ 43.76 58.88 102.82 -
YUV 158.98 181.61 15.32 -
System Red Green Blue C M Y K H S L
Decimal 1 221 254 1.00 0.13 0 0.00 187.83 0.99 0.5
Hex 1 DD FE 64 D 0 0 BC 63 32
Octal 1 335 376 144 15 0 0 274 143 62
Binary 1 11011101 11111110 1100100 1101 0 0 10111100 1100011 110010

Color Harmonies of #01DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DDFE

Black with #01DDFE

Text Example


Text Example

White with #01DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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