Html Css Color HEX #01A2FA Deep Sky Blue

📋 copy color: '#01A2FA'

red 1 ◦ green 162 ◦ blue 250

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

Shades of Deep Sky Blue #01A2FA

Tints of Deep Sky Blue #01A2FA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.23%

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

R = 0.24%
G = 39.23%
B = 60.53%

CMYK

 C value IS 1.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#01A2FA (or 0x01A2FA) is known color: Deep Sky Blue. HEX triplet: 01, A2 and FA. RGB value is (1,162,250). Sum of RGB (Red+Green+Blue) = 1+162+250=413 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #01A2FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01A2FA is #FE5D05. Grayscale: #7B7B7B. Windows color (decimal): -16669958 or 16425473. OLE color: 16425473.

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

Color convert

RGB 1 162 250 -
CMYK 1.00 0.35 0 0.02
HSL 201.2º 0.99% 0.49% -
HSV(B) 201.2º 1% 0.98% -
XYZ 30.19 32.75 95.17 -
YUV 123.89 199.16 40.34 -
System Red Green Blue C M Y K H S L
Decimal 1 162 250 1.00 0.35 0 0.02 201.2 0.99 0.49
Hex 1 A2 FA 64 23 0 2 C9 63 31
Octal 1 242 372 144 43 0 2 311 143 61
Binary 1 10100010 11111010 1100100 100011 0 10 11001001 1100011 110001

Color Harmonies of #01A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A2FA

Black with #01A2FA

Text Example


Text Example

White with #01A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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