Html Css Color HEX #09ACEC Deep Sky Blue

📋 copy color: '#09ACEC'

red 9 ◦ green 172 ◦ blue 236

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

Shades of Deep Sky Blue #09ACEC

Tints of Deep Sky Blue #09ACEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.59%

R = 2.16%
G = 41.25%
B = 56.59%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#09ACEC (or 0x09ACEC) is known color: Deep Sky Blue. HEX triplet: 09, AC and EC. RGB value is (9,172,236). Sum of RGB (Red+Green+Blue) = 9+172+236=417 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.16% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #09ACEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09ACEC is #F65313. Grayscale: #828282. Windows color (decimal): -16143124 or 15510537. OLE color: 15510537.

HSL color Cylindrical-coordinate representation of color #09ACEC: hue angle of 196.92º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09ACEC is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 172 236 -
CMYK 0.96 0.27 0 0.07
HSL 196.92º 0.93% 0.48% -
HSV(B) 196.92º 0.96% 0.93% -
XYZ 30.01 35.62 84.65 -
YUV 130.56 187.5 41.3 -
System Red Green Blue C M Y K H S L
Decimal 9 172 236 0.96 0.27 0 0.07 196.92 0.93 0.48
Hex 9 AC EC 60 1B 0 7 C5 5D 30
Octal 11 254 354 140 33 0 7 305 135 60
Binary 1001 10101100 11101100 1100000 11011 0 111 11000101 1011101 110000

Color Harmonies of #09ACEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ACEC

Black with #09ACEC

Text Example


Text Example

White with #09ACEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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