Html Css Color HEX #01DBFE Deep Sky Blue

📋 copy color: '#01DBFE'

red 1 ◦ green 219 ◦ blue 254

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

Shades of Deep Sky Blue #01DBFE

Tints of Deep Sky Blue #01DBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.59%

R = 0.21%
G = 46.2%
B = 53.59%

CMYK

 C value IS 1.00

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#01DBFE (or 0x01DBFE) is known color: Deep Sky Blue. HEX triplet: 01, DB and FE. RGB value is (1,219,254). Sum of RGB (Red+Green+Blue) = 1+219+254=474 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #01DBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DBFE is #FE2401. Grayscale: #9D9D9D. Windows color (decimal): -16655362 or 16702209. OLE color: 16702209.

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

Color convert

RGB 1 219 254 -
CMYK 1.00 0.14 0 0.00
HSL 188.3º 0.99% 0.5% -
HSV(B) 188.3º 1% 1% -
XYZ 43.23 57.83 102.65 -
YUV 157.81 182.28 16.15 -
System Red Green Blue C M Y K H S L
Decimal 1 219 254 1.00 0.14 0 0.00 188.3 0.99 0.5
Hex 1 DB FE 64 E 0 0 BC 63 32
Octal 1 333 376 144 16 0 0 274 143 62
Binary 1 11011011 11111110 1100100 1110 0 0 10111100 1100011 110010

Color Harmonies of #01DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DBFE

Black with #01DBFE

Text Example


Text Example

White with #01DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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