Html Css Color HEX #0AAAFB Deep Sky Blue

📋 copy color: '#0AAAFB'

red 10 ◦ green 170 ◦ blue 251

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

Shades of Deep Sky Blue #0AAAFB

Tints of Deep Sky Blue #0AAAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.24%

R = 2.32%
G = 39.44%
B = 58.24%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0AAAFB (or 0x0AAAFB) is known color: Deep Sky Blue. HEX triplet: 0A, AA and FB. RGB value is (10,170,251). Sum of RGB (Red+Green+Blue) = 10+170+251=431 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.32% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #0AAAFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AAAFB is #F55504. Grayscale: #828282. Windows color (decimal): -16078085 or 16493066. OLE color: 16493066.

HSL color Cylindrical-coordinate representation of color #0AAAFB: hue angle of 200.17º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AAAFB is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 170 251 -
CMYK 0.96 0.32 0 0.02
HSL 200.17º 0.97% 0.51% -
HSV(B) 200.17º 0.96% 0.98% -
XYZ 31.91 35.78 96.49 -
YUV 131.39 195.49 41.41 -
System Red Green Blue C M Y K H S L
Decimal 10 170 251 0.96 0.32 0 0.02 200.17 0.97 0.51
Hex A AA FB 60 20 0 2 C8 61 33
Octal 12 252 373 140 40 0 2 310 141 63
Binary 1010 10101010 11111011 1100000 100000 0 10 11001000 1100001 110011

Color Harmonies of #0AAAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAAFB

Black with #0AAAFB

Text Example


Text Example

White with #0AAAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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