Html Css Color HEX #0AAEEA Deep Sky Blue

📋 copy color: '#0AAEEA'

red 10 ◦ green 174 ◦ blue 234

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

Shades of Deep Sky Blue #0AAEEA

Tints of Deep Sky Blue #0AAEEA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.63%

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

R = 2.39%
G = 41.63%
B = 55.98%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0AAEEA (or 0x0AAEEA) is known color: Deep Sky Blue. HEX triplet: 0A, AE and EA. RGB value is (10,174,234). Sum of RGB (Red+Green+Blue) = 10+174+234=418 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.39% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #0AAEEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AAEEA is #F55115. Grayscale: #838383. Windows color (decimal): -16077078 or 15379978. OLE color: 15379978.

HSL color Cylindrical-coordinate representation of color #0AAEEA: hue angle of 196.07º 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 #0AAEEA is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 10 174 234 -
CMYK 0.96 0.26 0 0.08
HSL 196.07º 0.92% 0.48% -
HSV(B) 196.07º 0.96% 0.92% -
XYZ 30.11 36.28 83.26 -
YUV 131.8 185.67 41.12 -
System Red Green Blue C M Y K H S L
Decimal 10 174 234 0.96 0.26 0 0.08 196.07 0.92 0.48
Hex A AE EA 60 1A 0 8 C4 5C 30
Octal 12 256 352 140 32 0 10 304 134 60
Binary 1010 10101110 11101010 1100000 11010 0 1000 11000100 1011100 110000

Color Harmonies of #0AAEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAEEA

Black with #0AAEEA

Text Example


Text Example

White with #0AAEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,174,234); }

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

background-color css

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

 a { background-color: rgb(10,174,234); }

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

border-color css

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

 span { border-color: rgb(10,174,234); }

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