Html Css Color HEX #01B9FE Deep Sky Blue

📋 copy color: '#01B9FE'

red 1 ◦ green 185 ◦ blue 254

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

Shades of Deep Sky Blue #01B9FE

Tints of Deep Sky Blue #01B9FE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.05%

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

R = 0.23%
G = 42.05%
B = 57.73%

CMYK

 C value IS 1.00

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#01B9FE (or 0x01B9FE) is known color: Deep Sky Blue. HEX triplet: 01, B9 and FE. RGB value is (1,185,254). Sum of RGB (Red+Green+Blue) = 1+185+254=440 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #01B9FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01B9FE is #FE4601. Grayscale: #898989. Windows color (decimal): -16664066 or 16693505. OLE color: 16693505.

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

Color convert

RGB 1 185 254 -
CMYK 1.00 0.27 0 0.00
HSL 196.36º 0.99% 0.5% -
HSV(B) 196.36º 1% 1% -
XYZ 35.25 41.86 99.99 -
YUV 137.85 193.54 30.39 -
System Red Green Blue C M Y K H S L
Decimal 1 185 254 1.00 0.27 0 0.00 196.36 0.99 0.5
Hex 1 B9 FE 64 1B 0 0 C4 63 32
Octal 1 271 376 144 33 0 0 304 143 62
Binary 1 10111001 11111110 1100100 11011 0 0 11000100 1100011 110010

Color Harmonies of #01B9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B9FE

Black with #01B9FE

Text Example


Text Example

White with #01B9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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