Html Css Color HEX #01A2EE Deep Sky Blue

📋 copy color: '#01A2EE'

red 1 ◦ green 162 ◦ blue 238

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

Shades of Deep Sky Blue #01A2EE

Tints of Deep Sky Blue #01A2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.35%

R = 0.25%
G = 40.4%
B = 59.35%

CMYK

 C value IS 1.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#01A2EE (or 0x01A2EE) is known color: Deep Sky Blue. HEX triplet: 01, A2 and EE. RGB value is (1,162,238). Sum of RGB (Red+Green+Blue) = 1+162+238=401 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #01A2EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01A2EE is #FE5D11. Grayscale: #7A7A7A. Windows color (decimal): -16669970 or 15639041. OLE color: 15639041.

HSL color Cylindrical-coordinate representation of color #01A2EE: hue angle of 199.24º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A2EE is Cyan = 1.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 162 238 -
CMYK 1.00 0.32 0 0.07
HSL 199.24º 0.99% 0.47% -
HSV(B) 199.24º 1% 0.93% -
XYZ 28.37 32.02 85.57 -
YUV 122.53 193.16 41.32 -
System Red Green Blue C M Y K H S L
Decimal 1 162 238 1.00 0.32 0 0.07 199.24 0.99 0.47
Hex 1 A2 EE 64 20 0 7 C7 63 2F
Octal 1 242 356 144 40 0 7 307 143 57
Binary 1 10100010 11101110 1100100 100000 0 111 11000111 1100011 101111

Color Harmonies of #01A2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A2EE

Black with #01A2EE

Text Example


Text Example

White with #01A2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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