Html Css Color HEX #01BAF2 Deep Sky Blue

📋 copy color: '#01BAF2'

red 1 ◦ green 186 ◦ blue 242

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

Shades of Deep Sky Blue #01BAF2

Tints of Deep Sky Blue #01BAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 56.41%

R = 0.23%
G = 43.36%
B = 56.41%

CMYK

 C value IS 1.00

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#01BAF2 (or 0x01BAF2) is known color: Deep Sky Blue. HEX triplet: 01, BA and F2. RGB value is (1,186,242). Sum of RGB (Red+Green+Blue) = 1+186+242=429 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 242 (94.92% from 255 or 56.41% from 429); Max value from RGB is 242 - color contains mainly: blue. Hex color #01BAF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BAF2 is #FE450D. Grayscale: #888888. Windows color (decimal): -16663822 or 15907329. OLE color: 15907329.

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

Color convert

RGB 1 186 242 -
CMYK 1.00 0.23 0 0.05
HSL 193.94º 0.99% 0.48% -
HSV(B) 193.94º 1% 0.95% -
XYZ 33.6 41.54 90.25 -
YUV 137.07 187.21 30.95 -
System Red Green Blue C M Y K H S L
Decimal 1 186 242 1.00 0.23 0 0.05 193.94 0.99 0.48
Hex 1 BA F2 64 17 0 5 C2 63 30
Octal 1 272 362 144 27 0 5 302 143 60
Binary 1 10111010 11110010 1100100 10111 0 101 11000010 1100011 110000

Color Harmonies of #01BAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BAF2

Black with #01BAF2

Text Example


Text Example

White with #01BAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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