Html Css Color HEX #0AACE6 Deep Sky Blue

📋 copy color: '#0AACE6'

red 10 ◦ green 172 ◦ blue 230

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

Shades of Deep Sky Blue #0AACE6

Tints of Deep Sky Blue #0AACE6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.75%

 BLUE value IS 230 (90.23% from 255) = 55.83%

R = 2.43%
G = 41.75%
B = 55.83%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0AACE6 (or 0x0AACE6) is known color: Deep Sky Blue. HEX triplet: 0A, AC and E6. RGB value is (10,172,230). Sum of RGB (Red+Green+Blue) = 10+172+230=412 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.43% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 230 (90.23% from 255 or 55.83% from 412); Max value from RGB is 230 - color contains mainly: blue. Hex color #0AACE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AACE6 is #F55319. Grayscale: #818181. Windows color (decimal): -16077594 or 15117322. OLE color: 15117322.

HSL color Cylindrical-coordinate representation of color #0AACE6: hue angle of 195.82º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AACE6 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 10 172 230 -
CMYK 0.96 0.25 0 0.10
HSL 195.82º 0.92% 0.47% -
HSV(B) 195.82º 0.96% 0.9% -
XYZ 29.16 35.28 80.14 -
YUV 130.17 184.33 42.28 -
System Red Green Blue C M Y K H S L
Decimal 10 172 230 0.96 0.25 0 0.10 195.82 0.92 0.47
Hex A AC E6 60 19 0 A C4 5C 2F
Octal 12 254 346 140 31 0 12 304 134 57
Binary 1010 10101100 11100110 1100000 11001 0 1010 11000100 1011100 101111

Color Harmonies of #0AACE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AACE6

Black with #0AACE6

Text Example


Text Example

White with #0AACE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,172,230); }

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

background-color css

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

 a { background-color: rgb(10,172,230); }

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

border-color css

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

 span { border-color: rgb(10,172,230); }

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