Html Css Color HEX #09ACF6 Deep Sky Blue

📋 copy color: '#09ACF6'

red 9 ◦ green 172 ◦ blue 246

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

Shades of Deep Sky Blue #09ACF6

Tints of Deep Sky Blue #09ACF6

RGB

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

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

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

R = 2.11%
G = 40.28%
B = 57.61%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#09ACF6 (or 0x09ACF6) is known color: Deep Sky Blue. HEX triplet: 09, AC and F6. RGB value is (9,172,246). Sum of RGB (Red+Green+Blue) = 9+172+246=427 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.11% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 246 (96.48% from 255 or 57.61% from 427); Max value from RGB is 246 - color contains mainly: blue. Hex color #09ACF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09ACF6 is #F65309. Grayscale: #838383. Windows color (decimal): -16143114 or 16165897. OLE color: 16165897.

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

Color convert

RGB 9 172 246 -
CMYK 0.96 0.30 0 0.04
HSL 198.73º 0.93% 0.5% -
HSV(B) 198.73º 0.96% 0.96% -
XYZ 31.5 36.22 92.52 -
YUV 131.7 192.5 40.48 -
System Red Green Blue C M Y K H S L
Decimal 9 172 246 0.96 0.30 0 0.04 198.73 0.93 0.5
Hex 9 AC F6 60 1E 0 4 C7 5D 32
Octal 11 254 366 140 36 0 4 307 135 62
Binary 1001 10101100 11110110 1100000 11110 0 100 11000111 1011101 110010

Color Harmonies of #09ACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ACF6

Black with #09ACF6

Text Example


Text Example

White with #09ACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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