Html Css Color HEX #01A9F2 Deep Sky Blue

📋 copy color: '#01A9F2'

red 1 ◦ green 169 ◦ blue 242

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

Shades of Deep Sky Blue #01A9F2

Tints of Deep Sky Blue #01A9F2

RGB

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

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

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

R = 0.24%
G = 41.02%
B = 58.74%

CMYK

 C value IS 1.00

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#01A9F2 (or 0x01A9F2) is known color: Deep Sky Blue. HEX triplet: 01, A9 and F2. RGB value is (1,169,242). Sum of RGB (Red+Green+Blue) = 1+169+242=412 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 242 (94.92% from 255 or 58.74% from 412); Max value from RGB is 242 - color contains mainly: blue. Hex color #01A9F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01A9F2 is #FE560D. Grayscale: #7E7E7E. Windows color (decimal): -16668174 or 15902977. OLE color: 15902977.

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

Color convert

RGB 1 169 242 -
CMYK 1.00 0.30 0 0.05
HSL 198.17º 0.99% 0.48% -
HSV(B) 198.17º 1% 0.95% -
XYZ 30.23 34.79 89.13 -
YUV 127.09 192.84 38.06 -
System Red Green Blue C M Y K H S L
Decimal 1 169 242 1.00 0.30 0 0.05 198.17 0.99 0.48
Hex 1 A9 F2 64 1E 0 5 C6 63 30
Octal 1 251 362 144 36 0 5 306 143 60
Binary 1 10101001 11110010 1100100 11110 0 101 11000110 1100011 110000

Color Harmonies of #01A9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A9F2

Black with #01A9F2

Text Example


Text Example

White with #01A9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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