Html Css Color HEX #09A8F1 Deep Sky Blue

📋 copy color: '#09A8F1'

red 9 ◦ green 168 ◦ blue 241

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

Shades of Deep Sky Blue #09A8F1

Tints of Deep Sky Blue #09A8F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 57.66%

R = 2.15%
G = 40.19%
B = 57.66%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#09A8F1 (or 0x09A8F1) is known color: Deep Sky Blue. HEX triplet: 09, A8 and F1. RGB value is (9,168,241). Sum of RGB (Red+Green+Blue) = 9+168+241=418 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.15% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #09A8F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09A8F1 is #F6570E. Grayscale: #808080. Windows color (decimal): -16144143 or 15837193. OLE color: 15837193.

HSL color Cylindrical-coordinate representation of color #09A8F1: hue angle of 198.88º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A8F1 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 168 241 -
CMYK 0.96 0.30 0 0.05
HSL 198.88º 0.93% 0.49% -
HSV(B) 198.88º 0.96% 0.95% -
XYZ 29.99 34.41 88.28 -
YUV 128.78 191.32 42.56 -
System Red Green Blue C M Y K H S L
Decimal 9 168 241 0.96 0.30 0 0.05 198.88 0.93 0.49
Hex 9 A8 F1 60 1E 0 5 C7 5D 31
Octal 11 250 361 140 36 0 5 307 135 61
Binary 1001 10101000 11110001 1100000 11110 0 101 11000111 1011101 110001

Color Harmonies of #09A8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A8F1

Black with #09A8F1

Text Example


Text Example

White with #09A8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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