Html Css Color HEX #099ADD Pacific Blue

📋 copy color: '#099ADD'

red 9 ◦ green 154 ◦ blue 221

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

Shades of Pacific Blue #099ADD

Tints of Pacific Blue #099ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.55%

R = 2.34%
G = 40.1%
B = 57.55%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#099ADD (or 0x099ADD) is known color: Pacific Blue. HEX triplet: 09, 9A and DD. RGB value is (9,154,221). Sum of RGB (Red+Green+Blue) = 9+154+221=384 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #099ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099ADD is #F66522. Grayscale: #757575. Windows color (decimal): -16147747 or 14522889. OLE color: 14522889.

HSL color Cylindrical-coordinate representation of color #099ADD: hue angle of 198.96º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099ADD is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 154 221 -
CMYK 0.96 0.30 0 0.13
HSL 198.96º 0.92% 0.45% -
HSV(B) 198.96º 0.96% 0.87% -
XYZ 24.72 28.39 72.58 -
YUV 118.28 185.96 50.05 -
System Red Green Blue C M Y K H S L
Decimal 9 154 221 0.96 0.30 0 0.13 198.96 0.92 0.45
Hex 9 9A DD 60 1E 0 D C7 5C 2D
Octal 11 232 335 140 36 0 15 307 134 55
Binary 1001 10011010 11011101 1100000 11110 0 1101 11000111 1011100 101101

Color Harmonies of #099ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099ADD

Black with #099ADD

Text Example


Text Example

White with #099ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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