Html Css Color HEX #09ACE9 Deep Sky Blue

📋 copy color: '#09ACE9'

red 9 ◦ green 172 ◦ blue 233

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

Shades of Deep Sky Blue #09ACE9

Tints of Deep Sky Blue #09ACE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 56.28%

R = 2.17%
G = 41.55%
B = 56.28%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#09ACE9 (or 0x09ACE9) is known color: Deep Sky Blue. HEX triplet: 09, AC and E9. RGB value is (9,172,233). Sum of RGB (Red+Green+Blue) = 9+172+233=414 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.17% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 233 (91.41% from 255 or 56.28% from 414); Max value from RGB is 233 - color contains mainly: blue. Hex color #09ACE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09ACE9 is #F65316. Grayscale: #818181. Windows color (decimal): -16143127 or 15313929. OLE color: 15313929.

HSL color Cylindrical-coordinate representation of color #09ACE9: hue angle of 196.34º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09ACE9 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 172 233 -
CMYK 0.96 0.26 0 0.09
HSL 196.34º 0.93% 0.47% -
HSV(B) 196.34º 0.96% 0.91% -
XYZ 29.57 35.45 82.37 -
YUV 130.22 186 41.54 -
System Red Green Blue C M Y K H S L
Decimal 9 172 233 0.96 0.26 0 0.09 196.34 0.93 0.47
Hex 9 AC E9 60 1A 0 9 C4 5D 2F
Octal 11 254 351 140 32 0 11 304 135 57
Binary 1001 10101100 11101001 1100000 11010 0 1001 11000100 1011101 101111

Color Harmonies of #09ACE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ACE9

Black with #09ACE9

Text Example


Text Example

White with #09ACE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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