Html Css Color HEX #0AAAFF Deep Sky Blue

📋 copy color: '#0AAAFF'

red 10 ◦ green 170 ◦ blue 255

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

Shades of Deep Sky Blue #0AAAFF

Tints of Deep Sky Blue #0AAAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.62%

R = 2.3%
G = 39.08%
B = 58.62%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0AAAFF (or 0x0AAAFF) is known color: Deep Sky Blue. HEX triplet: 0A, AA and FF. RGB value is (10,170,255). Sum of RGB (Red+Green+Blue) = 10+170+255=435 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.30% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #0AAAFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AAAFF is #F55500. Grayscale: #838383. Windows color (decimal): -16078081 or 16755210. OLE color: 16755210.

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

Color convert

RGB 10 170 255 -
CMYK 0.96 0.33 0 0
HSL 200.82º 1% 0.52% -
HSV(B) 200.82º 0.96% 1% -
XYZ 32.55 36.03 99.85 -
YUV 131.85 197.49 41.09 -
System Red Green Blue C M Y K H S L
Decimal 10 170 255 0.96 0.33 0 0 200.82 1 0.52
Hex A AA FF 60 21 0 0 C9 64 34
Octal 12 252 377 140 41 0 0 311 144 64
Binary 1010 10101010 11111111 1100000 100001 0 0 11001001 1100100 110100

Color Harmonies of #0AAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAAFF

Black with #0AAAFF

Text Example


Text Example

White with #0AAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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