Html Css Color HEX #09AEEE Deep Sky Blue

📋 copy color: '#09AEEE'

red 9 ◦ green 174 ◦ blue 238

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

Shades of Deep Sky Blue #09AEEE

Tints of Deep Sky Blue #09AEEE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.33%

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

R = 2.14%
G = 41.33%
B = 56.53%

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

#09AEEE (or 0x09AEEE) is known color: Deep Sky Blue. HEX triplet: 09, AE and EE. RGB value is (9,174,238). Sum of RGB (Red+Green+Blue) = 9+174+238=421 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.14% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #09AEEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09AEEE is #F65111. Grayscale: #838383. Windows color (decimal): -16142610 or 15642121. OLE color: 15642121.

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

Color convert

RGB 9 174 238 -
CMYK 0.96 0.27 0 0.07
HSL 196.77º 0.93% 0.48% -
HSV(B) 196.77º 0.96% 0.93% -
XYZ 30.68 36.5 86.32 -
YUV 131.96 187.84 40.3 -
System Red Green Blue C M Y K H S L
Decimal 9 174 238 0.96 0.27 0 0.07 196.77 0.93 0.48
Hex 9 AE EE 60 1B 0 7 C5 5D 30
Octal 11 256 356 140 33 0 7 305 135 60
Binary 1001 10101110 11101110 1100000 11011 0 111 11000101 1011101 110000

Color Harmonies of #09AEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AEEE

Black with #09AEEE

Text Example


Text Example

White with #09AEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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