Html Css Color HEX #09A8EB Deep Sky Blue

📋 copy color: '#09A8EB'

red 9 ◦ green 168 ◦ blue 235

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

Shades of Deep Sky Blue #09A8EB

Tints of Deep Sky Blue #09A8EB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.78%

 BLUE value IS 235 (92.19% from 255) = 57.04%

R = 2.18%
G = 40.78%
B = 57.04%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#09A8EB (or 0x09A8EB) is known color: Deep Sky Blue. HEX triplet: 09, A8 and EB. RGB value is (9,168,235). Sum of RGB (Red+Green+Blue) = 9+168+235=412 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.18% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #09A8EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09A8EB is #F65714. Grayscale: #7F7F7F. Windows color (decimal): -16144149 or 15443977. OLE color: 15443977.

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

Color convert

RGB 9 168 235 -
CMYK 0.96 0.29 0 0.08
HSL 197.79º 0.93% 0.48% -
HSV(B) 197.79º 0.96% 0.92% -
XYZ 29.11 34.06 83.64 -
YUV 128.1 188.32 43.05 -
System Red Green Blue C M Y K H S L
Decimal 9 168 235 0.96 0.29 0 0.08 197.79 0.93 0.48
Hex 9 A8 EB 60 1D 0 8 C6 5D 30
Octal 11 250 353 140 35 0 10 306 135 60
Binary 1001 10101000 11101011 1100000 11101 0 1000 11000110 1011101 110000

Color Harmonies of #09A8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A8EB

Black with #09A8EB

Text Example


Text Example

White with #09A8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,168,235); }

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

background-color css

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

 a { background-color: rgb(9,168,235); }

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

border-color css

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

 span { border-color: rgb(9,168,235); }

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