Html Css Color HEX #01BAFA Deep Sky Blue

📋 copy color: '#01BAFA'

red 1 ◦ green 186 ◦ blue 250

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

Shades of Deep Sky Blue #01BAFA

Tints of Deep Sky Blue #01BAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.21%

R = 0.23%
G = 42.56%
B = 57.21%

CMYK

 C value IS 1.00

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#01BAFA (or 0x01BAFA) is known color: Deep Sky Blue. HEX triplet: 01, BA and FA. RGB value is (1,186,250). Sum of RGB (Red+Green+Blue) = 1+186+250=437 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #01BAFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BAFA is #FE4505. Grayscale: #898989. Windows color (decimal): -16663814 or 16431617. OLE color: 16431617.

HSL color Cylindrical-coordinate representation of color #01BAFA: hue angle of 195.42º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BAFA is Cyan = 1.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 186 250 -
CMYK 1.00 0.26 0 0.02
HSL 195.42º 0.99% 0.49% -
HSV(B) 195.42º 1% 0.98% -
XYZ 34.83 42.03 96.72 -
YUV 137.98 191.21 30.3 -
System Red Green Blue C M Y K H S L
Decimal 1 186 250 1.00 0.26 0 0.02 195.42 0.99 0.49
Hex 1 BA FA 64 1A 0 2 C3 63 31
Octal 1 272 372 144 32 0 2 303 143 61
Binary 1 10111010 11111010 1100100 11010 0 10 11000011 1100011 110001

Color Harmonies of #01BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BAFA

Black with #01BAFA

Text Example


Text Example

White with #01BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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