Html Css Color HEX #09ACEE Deep Sky Blue

📋 copy color: '#09ACEE'

red 9 ◦ green 172 ◦ blue 238

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

Shades of Deep Sky Blue #09ACEE

Tints of Deep Sky Blue #09ACEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.8%

R = 2.15%
G = 41.05%
B = 56.8%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#09ACEE (or 0x09ACEE) is known color: Deep Sky Blue. HEX triplet: 09, AC and EE. RGB value is (9,172,238). Sum of RGB (Red+Green+Blue) = 9+172+238=419 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.15% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #09ACEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09ACEE is #F65311. Grayscale: #828282. Windows color (decimal): -16143122 or 15641609. OLE color: 15641609.

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

Color convert

RGB 9 172 238 -
CMYK 0.96 0.28 0 0.07
HSL 197.29º 0.93% 0.48% -
HSV(B) 197.29º 0.96% 0.93% -
XYZ 30.3 35.74 86.19 -
YUV 130.79 188.5 41.13 -
System Red Green Blue C M Y K H S L
Decimal 9 172 238 0.96 0.28 0 0.07 197.29 0.93 0.48
Hex 9 AC EE 60 1C 0 7 C5 5D 30
Octal 11 254 356 140 34 0 7 305 135 60
Binary 1001 10101100 11101110 1100000 11100 0 111 11000101 1011101 110000

Color Harmonies of #09ACEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ACEE

Black with #09ACEE

Text Example


Text Example

White with #09ACEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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