Html Css Color HEX #01A6EA Deep Sky Blue

📋 copy color: '#01A6EA'

red 1 ◦ green 166 ◦ blue 234

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

Shades of Deep Sky Blue #01A6EA

Tints of Deep Sky Blue #01A6EA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.4%

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

R = 0.25%
G = 41.4%
B = 58.35%

CMYK

 C value IS 1.00

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#01A6EA (or 0x01A6EA) is known color: Deep Sky Blue. HEX triplet: 01, A6 and EA. RGB value is (1,166,234). Sum of RGB (Red+Green+Blue) = 1+166+234=401 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #01A6EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01A6EA is #FE5915. Grayscale: #7B7B7B. Windows color (decimal): -16668950 or 15377921. OLE color: 15377921.

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

Color convert

RGB 1 166 234 -
CMYK 1.00 0.29 0 0.08
HSL 197.51º 0.99% 0.46% -
HSV(B) 197.51º 1% 0.92% -
XYZ 28.5 33.22 82.75 -
YUV 124.42 189.84 39.97 -
System Red Green Blue C M Y K H S L
Decimal 1 166 234 1.00 0.29 0 0.08 197.51 0.99 0.46
Hex 1 A6 EA 64 1D 0 8 C6 63 2E
Octal 1 246 352 144 35 0 10 306 143 56
Binary 1 10100110 11101010 1100100 11101 0 1000 11000110 1100011 101110

Color Harmonies of #01A6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A6EA

Black with #01A6EA

Text Example


Text Example

White with #01A6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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