Html Css Color HEX #01A5EE Deep Sky Blue

📋 copy color: '#01A5EE'

red 1 ◦ green 165 ◦ blue 238

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

Shades of Deep Sky Blue #01A5EE

Tints of Deep Sky Blue #01A5EE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.84%

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

R = 0.25%
G = 40.84%
B = 58.91%

CMYK

 C value IS 1.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#01A5EE (or 0x01A5EE) is known color: Deep Sky Blue. HEX triplet: 01, A5 and EE. RGB value is (1,165,238). Sum of RGB (Red+Green+Blue) = 1+165+238=404 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #01A5EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01A5EE is #FE5A11. Grayscale: #7B7B7B. Windows color (decimal): -16669202 or 15639809. OLE color: 15639809.

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

Color convert

RGB 1 165 238 -
CMYK 1.00 0.31 0 0.07
HSL 198.48º 0.99% 0.47% -
HSV(B) 198.48º 1% 0.93% -
XYZ 28.9 33.09 85.75 -
YUV 124.29 192.17 40.06 -
System Red Green Blue C M Y K H S L
Decimal 1 165 238 1.00 0.31 0 0.07 198.48 0.99 0.47
Hex 1 A5 EE 64 1F 0 7 C6 63 2F
Octal 1 245 356 144 37 0 7 306 143 57
Binary 1 10100101 11101110 1100100 11111 0 111 11000110 1100011 101111

Color Harmonies of #01A5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A5EE

Black with #01A5EE

Text Example


Text Example

White with #01A5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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