Html Css Color HEX #09ACE6 Deep Sky Blue

📋 copy color: '#09ACE6'

red 9 ◦ green 172 ◦ blue 230

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

Shades of Deep Sky Blue #09ACE6

Tints of Deep Sky Blue #09ACE6

RGB

 RED value IS 9 (3.91% from 255) = 2.19%

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

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

R = 2.19%
G = 41.85%
B = 55.96%

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

#09ACE6 (or 0x09ACE6) is known color: Deep Sky Blue. HEX triplet: 09, AC and E6. RGB value is (9,172,230). Sum of RGB (Red+Green+Blue) = 9+172+230=411 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.19% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 230 (90.23% from 255 or 55.96% from 411); Max value from RGB is 230 - color contains mainly: blue. Hex color #09ACE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09ACE6 is #F65319. Grayscale: #818181. Windows color (decimal): -16143130 or 15117321. OLE color: 15117321.

HSL color Cylindrical-coordinate representation of color #09ACE6: hue angle of 195.75º 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 #09ACE6 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

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

Color Harmonies of #09ACE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ACE6

Black with #09ACE6

Text Example


Text Example

White with #09ACE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09ACE6; }

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

 H1.HeaderClassName
 {
   color: #09ACE6;
 }
 .AnyTagClassName
 {
   color: #09ACE6;
 }
</style>

background-color css

<style>
 a { background-color: #09ACE6; }

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

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

border-color css

<style>
 span { border-color: #09ACE6; }

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

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