Html Css Color HEX #01BAF4 Deep Sky Blue

📋 copy color: '#01BAF4'

red 1 ◦ green 186 ◦ blue 244

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

Shades of Deep Sky Blue #01BAF4

Tints of Deep Sky Blue #01BAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 56.61%

R = 0.23%
G = 43.16%
B = 56.61%

CMYK

 C value IS 1.00

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#01BAF4 (or 0x01BAF4) is known color: Deep Sky Blue. HEX triplet: 01, BA and F4. RGB value is (1,186,244). Sum of RGB (Red+Green+Blue) = 1+186+244=431 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 244 (95.70% from 255 or 56.61% from 431); Max value from RGB is 244 - color contains mainly: blue. Hex color #01BAF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BAF4 is #FE450B. Grayscale: #888888. Windows color (decimal): -16663820 or 16038401. OLE color: 16038401.

HSL color Cylindrical-coordinate representation of color #01BAF4: hue angle of 194.32º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BAF4 is Cyan = 1.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 1 186 244 -
CMYK 1.00 0.24 0 0.04
HSL 194.32º 0.99% 0.48% -
HSV(B) 194.32º 1% 0.96% -
XYZ 33.9 41.66 91.84 -
YUV 137.3 188.21 30.78 -
System Red Green Blue C M Y K H S L
Decimal 1 186 244 1.00 0.24 0 0.04 194.32 0.99 0.48
Hex 1 BA F4 64 18 0 4 C2 63 30
Octal 1 272 364 144 30 0 4 302 143 60
Binary 1 10111010 11110100 1100100 11000 0 100 11000010 1100011 110000

Color Harmonies of #01BAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BAF4

Black with #01BAF4

Text Example


Text Example

White with #01BAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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