Html Css Color HEX #09ACE7 Deep Sky Blue

📋 copy color: '#09ACE7'

red 9 ◦ green 172 ◦ blue 231

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

Shades of Deep Sky Blue #09ACE7

Tints of Deep Sky Blue #09ACE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 56.07%

R = 2.18%
G = 41.75%
B = 56.07%

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

#09ACE7 (or 0x09ACE7) is known color: Deep Sky Blue. HEX triplet: 09, AC and E7. RGB value is (9,172,231). Sum of RGB (Red+Green+Blue) = 9+172+231=412 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.18% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 231 (90.62% from 255 or 56.07% from 412); Max value from RGB is 231 - color contains mainly: blue. Hex color #09ACE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09ACE7 is #F65318. Grayscale: #818181. Windows color (decimal): -16143129 or 15182857. OLE color: 15182857.

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

Color convert

RGB 9 172 231 -
CMYK 0.96 0.26 0 0.09
HSL 195.95º 0.93% 0.47% -
HSV(B) 195.95º 0.96% 0.91% -
XYZ 29.29 35.33 80.88 -
YUV 129.99 185 41.7 -
System Red Green Blue C M Y K H S L
Decimal 9 172 231 0.96 0.26 0 0.09 195.95 0.93 0.47
Hex 9 AC E7 60 1A 0 9 C4 5C 2F
Octal 11 254 347 140 32 0 11 304 134 57
Binary 1001 10101100 11100111 1100000 11010 0 1001 11000100 1011100 101111

Color Harmonies of #09ACE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ACE7

Black with #09ACE7

Text Example


Text Example

White with #09ACE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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