Html Css Color HEX #0AAAFE Deep Sky Blue

📋 copy color: '#0AAAFE'

red 10 ◦ green 170 ◦ blue 254

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

Shades of Deep Sky Blue #0AAAFE

Tints of Deep Sky Blue #0AAAFE

RGB

 RED value IS 10 (4.3% from 255) = 2.3%

 GREEN value IS 170 (66.8% from 255) = 39.17%

 BLUE value IS 254 (99.61% from 255) = 58.53%

R = 2.3%
G = 39.17%
B = 58.53%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0AAAFE (or 0x0AAAFE) is known color: Deep Sky Blue. HEX triplet: 0A, AA and FE. RGB value is (10,170,254). Sum of RGB (Red+Green+Blue) = 10+170+254=434 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.30% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #0AAAFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AAAFE is #F55501. Grayscale: #838383. Windows color (decimal): -16078082 or 16689674. OLE color: 16689674.

HSL color Cylindrical-coordinate representation of color #0AAAFE: hue angle of 200.66º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AAAFE is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 10 170 254 -
CMYK 0.96 0.33 0 0.00
HSL 200.66º 0.99% 0.52% -
HSV(B) 200.66º 0.96% 1% -
XYZ 32.39 35.97 99 -
YUV 131.74 196.99 41.17 -
System Red Green Blue C M Y K H S L
Decimal 10 170 254 0.96 0.33 0 0.00 200.66 0.99 0.52
Hex A AA FE 60 21 0 0 C9 63 34
Octal 12 252 376 140 41 0 0 311 143 64
Binary 1010 10101010 11111110 1100000 100001 0 0 11001001 1100011 110100

Color Harmonies of #0AAAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAAFE

Black with #0AAAFE

Text Example


Text Example

White with #0AAAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AAAFE; }

 p { color: rgb(10,170,254); }

 H1.HeaderClassName
 {
   color: #0AAAFE;
 }
 .AnyTagClassName
 {
   color: #0AAAFE;
 }
</style>

background-color css

<style>
 a { background-color: #0AAAFE; }

 a { background-color: rgb(10,170,254); }

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

border-color css

<style>
 span { border-color: #0AAAFE; }

 span { border-color: rgb(10,170,254); }

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