Html Css Color HEX #0AA8EB Deep Sky Blue

📋 copy color: '#0AA8EB'

red 10 ◦ green 168 ◦ blue 235

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

Shades of Deep Sky Blue #0AA8EB

Tints of Deep Sky Blue #0AA8EB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.68%

 BLUE value IS 235 (92.19% from 255) = 56.9%

R = 2.42%
G = 40.68%
B = 56.9%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0AA8EB (or 0x0AA8EB) is known color: Deep Sky Blue. HEX triplet: 0A, A8 and EB. RGB value is (10,168,235). Sum of RGB (Red+Green+Blue) = 10+168+235=413 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.42% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #0AA8EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AA8EB is #F55714. Grayscale: #7F7F7F. Windows color (decimal): -16078613 or 15443978. OLE color: 15443978.

HSL color Cylindrical-coordinate representation of color #0AA8EB: hue angle of 197.87º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AA8EB is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 10 168 235 -
CMYK 0.96 0.29 0 0.08
HSL 197.87º 0.92% 0.48% -
HSV(B) 197.87º 0.96% 0.92% -
XYZ 29.12 34.07 83.64 -
YUV 128.4 188.15 43.55 -
System Red Green Blue C M Y K H S L
Decimal 10 168 235 0.96 0.29 0 0.08 197.87 0.92 0.48
Hex A A8 EB 60 1D 0 8 C6 5C 30
Octal 12 250 353 140 35 0 10 306 134 60
Binary 1010 10101000 11101011 1100000 11101 0 1000 11000110 1011100 110000

Color Harmonies of #0AA8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA8EB

Black with #0AA8EB

Text Example


Text Example

White with #0AA8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,168,235); }

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

background-color css

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

 a { background-color: rgb(10,168,235); }

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

border-color css

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

 span { border-color: rgb(10,168,235); }

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