Html Css Color HEX #09A8F6 Deep Sky Blue

📋 copy color: '#09A8F6'

red 9 ◦ green 168 ◦ blue 246

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

Shades of Deep Sky Blue #09A8F6

Tints of Deep Sky Blue #09A8F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 58.16%

R = 2.13%
G = 39.72%
B = 58.16%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#09A8F6 (or 0x09A8F6) is known color: Deep Sky Blue. HEX triplet: 09, A8 and F6. RGB value is (9,168,246). Sum of RGB (Red+Green+Blue) = 9+168+246=423 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.13% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 246 (96.48% from 255 or 58.16% from 423); Max value from RGB is 246 - color contains mainly: blue. Hex color #09A8F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09A8F6 is #F65709. Grayscale: #808080. Windows color (decimal): -16144138 or 16164873. OLE color: 16164873.

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

Color convert

RGB 9 168 246 -
CMYK 0.96 0.32 0 0.04
HSL 199.75º 0.93% 0.5% -
HSV(B) 199.75º 0.96% 0.96% -
XYZ 30.75 34.72 92.27 -
YUV 129.35 193.82 42.16 -
System Red Green Blue C M Y K H S L
Decimal 9 168 246 0.96 0.32 0 0.04 199.75 0.93 0.5
Hex 9 A8 F6 60 20 0 4 C8 5D 32
Octal 11 250 366 140 40 0 4 310 135 62
Binary 1001 10101000 11110110 1100000 100000 0 100 11001000 1011101 110010

Color Harmonies of #09A8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A8F6

Black with #09A8F6

Text Example


Text Example

White with #09A8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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