Html Css Color HEX #01BAFE Deep Sky Blue

📋 copy color: '#01BAFE'

red 1 ◦ green 186 ◦ blue 254

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

Shades of Deep Sky Blue #01BAFE

Tints of Deep Sky Blue #01BAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.18%

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

R = 0.23%
G = 42.18%
B = 57.6%

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

#01BAFE (or 0x01BAFE) is known color: Deep Sky Blue. HEX triplet: 01, BA and FE. RGB value is (1,186,254). Sum of RGB (Red+Green+Blue) = 1+186+254=441 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #01BAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BAFE is #FE4501. Grayscale: #898989. Windows color (decimal): -16663810 or 16693761. OLE color: 16693761.

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

Color convert

RGB 1 186 254 -
CMYK 1.00 0.27 0 0.00
HSL 196.13º 0.99% 0.5% -
HSV(B) 196.13º 1% 1% -
XYZ 35.46 42.28 100.06 -
YUV 138.44 193.21 29.97 -
System Red Green Blue C M Y K H S L
Decimal 1 186 254 1.00 0.27 0 0.00 196.13 0.99 0.5
Hex 1 BA FE 64 1B 0 0 C4 63 32
Octal 1 272 376 144 33 0 0 304 143 62
Binary 1 10111010 11111110 1100100 11011 0 0 11000100 1100011 110010

Color Harmonies of #01BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BAFE

Black with #01BAFE

Text Example


Text Example

White with #01BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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