Html Css Color HEX #01DBFC Deep Sky Blue

📋 copy color: '#01DBFC'

red 1 ◦ green 219 ◦ blue 252

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

Shades of Deep Sky Blue #01DBFC

Tints of Deep Sky Blue #01DBFC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.4%

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

R = 0.21%
G = 46.4%
B = 53.39%

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

#01DBFC (or 0x01DBFC) is known color: Deep Sky Blue. HEX triplet: 01, DB and FC. RGB value is (1,219,252). Sum of RGB (Red+Green+Blue) = 1+219+252=472 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #01DBFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DBFC is #FE2403. Grayscale: #9D9D9D. Windows color (decimal): -16655364 or 16571137. OLE color: 16571137.

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

Color convert

RGB 1 219 252 -
CMYK 1.00 0.13 0 0.01
HSL 187.89º 0.99% 0.5% -
HSV(B) 187.89º 1% 0.99% -
XYZ 42.91 57.7 100.97 -
YUV 157.58 181.28 16.32 -
System Red Green Blue C M Y K H S L
Decimal 1 219 252 1.00 0.13 0 0.01 187.89 0.99 0.5
Hex 1 DB FC 64 D 0 1 BC 63 32
Octal 1 333 374 144 15 0 1 274 143 62
Binary 1 11011011 11111100 1100100 1101 0 1 10111100 1100011 110010

Color Harmonies of #01DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DBFC

Black with #01DBFC

Text Example


Text Example

White with #01DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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