Html Css Color HEX #01DBFB Deep Sky Blue

📋 copy color: '#01DBFB'

red 1 ◦ green 219 ◦ blue 251

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

Shades of Deep Sky Blue #01DBFB

Tints of Deep Sky Blue #01DBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.29%

R = 0.21%
G = 46.5%
B = 53.29%

CMYK

 C value IS 1.00

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#01DBFB (or 0x01DBFB) is known color: Deep Sky Blue. HEX triplet: 01, DB and FB. RGB value is (1,219,251). Sum of RGB (Red+Green+Blue) = 1+219+251=471 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #01DBFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DBFB is #FE2404. Grayscale: #9D9D9D. Windows color (decimal): -16655365 or 16505601. OLE color: 16505601.

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

Color convert

RGB 1 219 251 -
CMYK 1.00 0.13 0 0.02
HSL 187.68º 0.99% 0.49% -
HSV(B) 187.68º 1% 0.98% -
XYZ 42.76 57.63 100.14 -
YUV 157.47 180.78 16.4 -
System Red Green Blue C M Y K H S L
Decimal 1 219 251 1.00 0.13 0 0.02 187.68 0.99 0.49
Hex 1 DB FB 64 D 0 2 BC 63 31
Octal 1 333 373 144 15 0 2 274 143 61
Binary 1 11011011 11111011 1100100 1101 0 10 10111100 1100011 110001

Color Harmonies of #01DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DBFB

Black with #01DBFB

Text Example


Text Example

White with #01DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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