Html Css Color HEX #01DCFC Deep Sky Blue

📋 copy color: '#01DCFC'

red 1 ◦ green 220 ◦ blue 252

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

Shades of Deep Sky Blue #01DCFC

Tints of Deep Sky Blue #01DCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.28%

R = 0.21%
G = 46.51%
B = 53.28%

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

#01DCFC (or 0x01DCFC) is known color: Deep Sky Blue. HEX triplet: 01, DC and FC. RGB value is (1,220,252). Sum of RGB (Red+Green+Blue) = 1+220+252=473 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #01DCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DCFC is #FE2303. Grayscale: #9D9D9D. Windows color (decimal): -16655108 or 16571393. OLE color: 16571393.

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

Color convert

RGB 1 220 252 -
CMYK 1.00 0.13 0 0.01
HSL 187.65º 0.99% 0.5% -
HSV(B) 187.65º 1% 0.99% -
XYZ 43.18 58.22 101.06 -
YUV 158.17 180.95 15.9 -
System Red Green Blue C M Y K H S L
Decimal 1 220 252 1.00 0.13 0 0.01 187.65 0.99 0.5
Hex 1 DC FC 64 D 0 1 BC 63 32
Octal 1 334 374 144 15 0 1 274 143 62
Binary 1 11011100 11111100 1100100 1101 0 1 10111100 1100011 110010

Color Harmonies of #01DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DCFC

Black with #01DCFC

Text Example


Text Example

White with #01DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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