Html Css Color HEX #01DCFD Deep Sky Blue

📋 copy color: '#01DCFD'

red 1 ◦ green 220 ◦ blue 253

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

Shades of Deep Sky Blue #01DCFD

Tints of Deep Sky Blue #01DCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.38%

R = 0.21%
G = 46.41%
B = 53.38%

CMYK

 C value IS 1.00

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#01DCFD (or 0x01DCFD) is known color: Deep Sky Blue. HEX triplet: 01, DC and FD. RGB value is (1,220,253). Sum of RGB (Red+Green+Blue) = 1+220+253=474 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #01DCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DCFD is #FE2302. Grayscale: #9D9D9D. Windows color (decimal): -16655107 or 16636929. OLE color: 16636929.

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

Color convert

RGB 1 220 253 -
CMYK 1.00 0.13 0 0.01
HSL 187.86º 0.99% 0.5% -
HSV(B) 187.86º 1% 0.99% -
XYZ 43.34 58.28 101.89 -
YUV 158.28 181.45 15.82 -
System Red Green Blue C M Y K H S L
Decimal 1 220 253 1.00 0.13 0 0.01 187.86 0.99 0.5
Hex 1 DC FD 64 D 0 1 BC 63 32
Octal 1 334 375 144 15 0 1 274 143 62
Binary 1 11011100 11111101 1100100 1101 0 1 10111100 1100011 110010

Color Harmonies of #01DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DCFD

Black with #01DCFD

Text Example


Text Example

White with #01DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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