Html Css Color HEX #099AD9 Pacific Blue

📋 copy color: '#099AD9'

red 9 ◦ green 154 ◦ blue 217

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

Shades of Pacific Blue #099AD9

Tints of Pacific Blue #099AD9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.53%

 BLUE value IS 217 (85.16% from 255) = 57.11%

R = 2.37%
G = 40.53%
B = 57.11%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#099AD9 (or 0x099AD9) is known color: Pacific Blue. HEX triplet: 09, 9A and D9. RGB value is (9,154,217). Sum of RGB (Red+Green+Blue) = 9+154+217=380 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 217 (85.16% from 255 or 57.11% from 380); Max value from RGB is 217 - color contains mainly: blue. Hex color #099AD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099AD9 is #F66526. Grayscale: #757575. Windows color (decimal): -16147751 or 14260745. OLE color: 14260745.

HSL color Cylindrical-coordinate representation of color #099AD9: hue angle of 198.17º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099AD9 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 154 217 -
CMYK 0.96 0.29 0 0.15
HSL 198.17º 0.92% 0.44% -
HSV(B) 198.17º 0.96% 0.85% -
XYZ 24.19 28.18 69.81 -
YUV 117.83 183.96 50.38 -
System Red Green Blue C M Y K H S L
Decimal 9 154 217 0.96 0.29 0 0.15 198.17 0.92 0.44
Hex 9 9A D9 60 1D 0 F C6 5C 2C
Octal 11 232 331 140 35 0 17 306 134 54
Binary 1001 10011010 11011001 1100000 11101 0 1111 11000110 1011100 101100

Color Harmonies of #099AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099AD9

Black with #099AD9

Text Example


Text Example

White with #099AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099AD9; }

 p { color: rgb(9,154,217); }

 H1.HeaderClassName
 {
   color: #099AD9;
 }
 .AnyTagClassName
 {
   color: #099AD9;
 }
</style>

background-color css

<style>
 a { background-color: #099AD9; }

 a { background-color: rgb(9,154,217); }

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

border-color css

<style>
 span { border-color: #099AD9; }

 span { border-color: rgb(9,154,217); }

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