Html Css Color HEX #099AD7 Pacific Blue

📋 copy color: '#099AD7'

red 9 ◦ green 154 ◦ blue 215

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

Shades of Pacific Blue #099AD7

Tints of Pacific Blue #099AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 56.88%

R = 2.38%
G = 40.74%
B = 56.88%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#099AD7 (or 0x099AD7) is known color: Pacific Blue. HEX triplet: 09, 9A and D7. RGB value is (9,154,215). Sum of RGB (Red+Green+Blue) = 9+154+215=378 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.38% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 215 (84.38% from 255 or 56.88% from 378); Max value from RGB is 215 - color contains mainly: blue. Hex color #099AD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099AD7 is #F66528. Grayscale: #757575. Windows color (decimal): -16147753 or 14129673. OLE color: 14129673.

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

Color convert

RGB 9 154 215 -
CMYK 0.96 0.28 0 0.16
HSL 197.77º 0.92% 0.44% -
HSV(B) 197.77º 0.96% 0.84% -
XYZ 23.93 28.08 68.45 -
YUV 117.6 182.96 50.54 -
System Red Green Blue C M Y K H S L
Decimal 9 154 215 0.96 0.28 0 0.16 197.77 0.92 0.44
Hex 9 9A D7 60 1C 0 10 C6 5C 2C
Octal 11 232 327 140 34 0 20 306 134 54
Binary 1001 10011010 11010111 1100000 11100 0 10000 11000110 1011100 101100

Color Harmonies of #099AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099AD7

Black with #099AD7

Text Example


Text Example

White with #099AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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