Html Css Color HEX #0AABEA Deep Sky Blue

📋 copy color: '#0AABEA'

red 10 ◦ green 171 ◦ blue 234

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

Shades of Deep Sky Blue #0AABEA

Tints of Deep Sky Blue #0AABEA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.2%

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

R = 2.41%
G = 41.2%
B = 56.39%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0AABEA (or 0x0AABEA) is known color: Deep Sky Blue. HEX triplet: 0A, AB and EA. RGB value is (10,171,234). Sum of RGB (Red+Green+Blue) = 10+171+234=415 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.41% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #0AABEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AABEA is #F55415. Grayscale: #818181. Windows color (decimal): -16077846 or 15379210. OLE color: 15379210.

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

Color convert

RGB 10 171 234 -
CMYK 0.96 0.27 0 0.08
HSL 196.88º 0.92% 0.48% -
HSV(B) 196.88º 0.96% 0.92% -
XYZ 29.54 35.13 83.07 -
YUV 130.04 186.66 42.38 -
System Red Green Blue C M Y K H S L
Decimal 10 171 234 0.96 0.27 0 0.08 196.88 0.92 0.48
Hex A AB EA 60 1B 0 8 C5 5C 30
Octal 12 253 352 140 33 0 10 305 134 60
Binary 1010 10101011 11101010 1100000 11011 0 1000 11000101 1011100 110000

Color Harmonies of #0AABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AABEA

Black with #0AABEA

Text Example


Text Example

White with #0AABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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