Html Css Color HEX #01A0EA Deep Sky Blue

📋 copy color: '#01A0EA'

red 1 ◦ green 160 ◦ blue 234

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

Shades of Deep Sky Blue #01A0EA

Tints of Deep Sky Blue #01A0EA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.51%

 BLUE value IS 234 (91.8% from 255) = 59.24%

R = 0.25%
G = 40.51%
B = 59.24%

CMYK

 C value IS 1.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#01A0EA (or 0x01A0EA) is known color: Deep Sky Blue. HEX triplet: 01, A0 and EA. RGB value is (1,160,234). Sum of RGB (Red+Green+Blue) = 1+160+234=395 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #01A0EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01A0EA is #FE5F15. Grayscale: #787878. Windows color (decimal): -16670486 or 15376385. OLE color: 15376385.

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

Color convert

RGB 1 160 234 -
CMYK 1.00 0.32 0 0.08
HSL 199.06º 0.99% 0.46% -
HSV(B) 199.06º 1% 0.92% -
XYZ 27.43 31.09 82.4 -
YUV 120.9 191.82 42.48 -
System Red Green Blue C M Y K H S L
Decimal 1 160 234 1.00 0.32 0 0.08 199.06 0.99 0.46
Hex 1 A0 EA 64 20 0 8 C7 63 2E
Octal 1 240 352 144 40 0 10 307 143 56
Binary 1 10100000 11101010 1100100 100000 0 1000 11000111 1100011 101110

Color Harmonies of #01A0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A0EA

Black with #01A0EA

Text Example


Text Example

White with #01A0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,160,234); }

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

background-color css

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

 a { background-color: rgb(1,160,234); }

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

border-color css

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

 span { border-color: rgb(1,160,234); }

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