Html Css Color HEX #01A9FF Deep Sky Blue

📋 copy color: '#01A9FF'

red 1 ◦ green 169 ◦ blue 255

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

Shades of Deep Sky Blue #01A9FF

Tints of Deep Sky Blue #01A9FF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.76%

 BLUE value IS 255 (100% from 255) = 60%

R = 0.24%
G = 39.76%
B = 60%

CMYK

 C value IS 1.00

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#01A9FF (or 0x01A9FF) is known color: Deep Sky Blue. HEX triplet: 01, A9 and FF. RGB value is (1,169,255). Sum of RGB (Red+Green+Blue) = 1+169+255=425 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #01A9FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01A9FF is #FE5600. Grayscale: #808080. Windows color (decimal): -16668161 or 16754945. OLE color: 16754945.

HSL color Cylindrical-coordinate representation of color #01A9FF: hue angle of 200.31º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A9FF is Cyan = 1.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 1 169 255 -
CMYK 1.00 0.34 0 0
HSL 200.32º 1% 0.5% -
HSV(B) 200.32º 1% 1% -
XYZ 32.25 35.6 99.78 -
YUV 128.57 199.34 37.01 -
System Red Green Blue C M Y K H S L
Decimal 1 169 255 1.00 0.34 0 0 200.32 1 0.5
Hex 1 A9 FF 64 22 0 0 C8 64 32
Octal 1 251 377 144 42 0 0 310 144 62
Binary 1 10101001 11111111 1100100 100010 0 0 11001000 1100100 110010

Color Harmonies of #01A9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A9FF

Black with #01A9FF

Text Example


Text Example

White with #01A9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,169,255); }

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

background-color css

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

 a { background-color: rgb(1,169,255); }

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

border-color css

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

 span { border-color: rgb(1,169,255); }

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