Html Css Color HEX #099ADB Pacific Blue

📋 copy color: '#099ADB'

red 9 ◦ green 154 ◦ blue 219

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

Shades of Pacific Blue #099ADB

Tints of Pacific Blue #099ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.33%

R = 2.36%
G = 40.31%
B = 57.33%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#099ADB (or 0x099ADB) is known color: Pacific Blue. HEX triplet: 09, 9A and DB. RGB value is (9,154,219). Sum of RGB (Red+Green+Blue) = 9+154+219=382 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #099ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099ADB is #F66524. Grayscale: #757575. Windows color (decimal): -16147749 or 14391817. OLE color: 14391817.

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

Color convert

RGB 9 154 219 -
CMYK 0.96 0.30 0 0.14
HSL 198.57º 0.92% 0.45% -
HSV(B) 198.57º 0.96% 0.86% -
XYZ 24.45 28.28 71.19 -
YUV 118.06 184.96 50.21 -
System Red Green Blue C M Y K H S L
Decimal 9 154 219 0.96 0.30 0 0.14 198.57 0.92 0.45
Hex 9 9A DB 60 1E 0 E C7 5C 2D
Octal 11 232 333 140 36 0 16 307 134 55
Binary 1001 10011010 11011011 1100000 11110 0 1110 11000111 1011100 101101

Color Harmonies of #099ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099ADB

Black with #099ADB

Text Example


Text Example

White with #099ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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