Html Css Color HEX #01AAFA Deep Sky Blue

📋 copy color: '#01AAFA'

red 1 ◦ green 170 ◦ blue 250

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

Shades of Deep Sky Blue #01AAFA

Tints of Deep Sky Blue #01AAFA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.38%

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

R = 0.24%
G = 40.38%
B = 59.38%

CMYK

 C value IS 1.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#01AAFA (or 0x01AAFA) is known color: Deep Sky Blue. HEX triplet: 01, AA and FA. RGB value is (1,170,250). Sum of RGB (Red+Green+Blue) = 1+170+250=421 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #01AAFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01AAFA is #FE5505. Grayscale: #808080. Windows color (decimal): -16667910 or 16427521. OLE color: 16427521.

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

Color convert

RGB 1 170 250 -
CMYK 1.00 0.32 0 0.02
HSL 199.28º 0.99% 0.49% -
HSV(B) 199.28º 1% 0.98% -
XYZ 31.64 35.66 95.66 -
YUV 128.59 196.51 37 -
System Red Green Blue C M Y K H S L
Decimal 1 170 250 1.00 0.32 0 0.02 199.28 0.99 0.49
Hex 1 AA FA 64 20 0 2 C7 63 31
Octal 1 252 372 144 40 0 2 307 143 61
Binary 1 10101010 11111010 1100100 100000 0 10 11000111 1100011 110001

Color Harmonies of #01AAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AAFA

Black with #01AAFA

Text Example


Text Example

White with #01AAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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