Html Css Color HEX #0AAEEB Deep Sky Blue

📋 copy color: '#0AAEEB'

red 10 ◦ green 174 ◦ blue 235

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

Shades of Deep Sky Blue #0AAEEB

Tints of Deep Sky Blue #0AAEEB

RGB

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

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

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

R = 2.39%
G = 41.53%
B = 56.09%

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

#0AAEEB (or 0x0AAEEB) is known color: Deep Sky Blue. HEX triplet: 0A, AE and EB. RGB value is (10,174,235). Sum of RGB (Red+Green+Blue) = 10+174+235=419 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.39% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #0AAEEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AAEEB is #F55114. Grayscale: #838383. Windows color (decimal): -16077077 or 15445514. OLE color: 15445514.

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

Color convert

RGB 10 174 235 -
CMYK 0.96 0.26 0 0.08
HSL 196.27º 0.92% 0.48% -
HSV(B) 196.27º 0.96% 0.92% -
XYZ 30.26 36.33 84.02 -
YUV 131.92 186.17 41.04 -
System Red Green Blue C M Y K H S L
Decimal 10 174 235 0.96 0.26 0 0.08 196.27 0.92 0.48
Hex A AE EB 60 1A 0 8 C4 5C 30
Octal 12 256 353 140 32 0 10 304 134 60
Binary 1010 10101110 11101011 1100000 11010 0 1000 11000100 1011100 110000

Color Harmonies of #0AAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAEEB

Black with #0AAEEB

Text Example


Text Example

White with #0AAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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