Html Css Color HEX #01DCF8 Deep Sky Blue

📋 copy color: '#01DCF8'

red 1 ◦ green 220 ◦ blue 248

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

Shades of Deep Sky Blue #01DCF8

Tints of Deep Sky Blue #01DCF8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.91%

 BLUE value IS 248 (97.27% from 255) = 52.88%

R = 0.21%
G = 46.91%
B = 52.88%

CMYK

 C value IS 1.00

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#01DCF8 (or 0x01DCF8) is known color: Deep Sky Blue. HEX triplet: 01, DC and F8. RGB value is (1,220,248). Sum of RGB (Red+Green+Blue) = 1+220+248=469 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 248 (97.27% from 255 or 52.88% from 469); Max value from RGB is 248 - color contains mainly: blue. Hex color #01DCF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DCF8 is #FE2307. Grayscale: #9D9D9D. Windows color (decimal): -16655112 or 16309249. OLE color: 16309249.

HSL color Cylindrical-coordinate representation of color #01DCF8: hue angle of 186.8º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DCF8 is Cyan = 1.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 1 220 248 -
CMYK 1.00 0.11 0 0.03
HSL 186.8º 0.99% 0.49% -
HSV(B) 186.8º 1% 0.97% -
XYZ 42.55 57.97 97.75 -
YUV 157.71 178.95 16.22 -
System Red Green Blue C M Y K H S L
Decimal 1 220 248 1.00 0.11 0 0.03 186.8 0.99 0.49
Hex 1 DC F8 64 B 0 3 BB 63 31
Octal 1 334 370 144 13 0 3 273 143 61
Binary 1 11011100 11111000 1100100 1011 0 11 10111011 1100011 110001

Color Harmonies of #01DCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DCF8

Black with #01DCF8

Text Example


Text Example

White with #01DCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,220,248); }

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

background-color css

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

 a { background-color: rgb(1,220,248); }

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

border-color css

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

 span { border-color: rgb(1,220,248); }

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