Html Css Color HEX #099CDB Pacific Blue

📋 copy color: '#099CDB'

red 9 ◦ green 156 ◦ blue 219

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

Shades of Pacific Blue #099CDB

Tints of Pacific Blue #099CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.63%

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

R = 2.34%
G = 40.63%
B = 57.03%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#099CDB (or 0x099CDB) is known color: Pacific Blue. HEX triplet: 09, 9C and DB. RGB value is (9,156,219). Sum of RGB (Red+Green+Blue) = 9+156+219=384 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #099CDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099CDB is #F66324. Grayscale: #767676. Windows color (decimal): -16147237 or 14392329. OLE color: 14392329.

HSL color Cylindrical-coordinate representation of color #099CDB: hue angle of 198º 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 #099CDB is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 156 219 -
CMYK 0.96 0.29 0 0.14
HSL 198º 0.92% 0.45% -
HSV(B) 198º 0.96% 0.86% -
XYZ 24.79 28.95 71.3 -
YUV 119.23 184.3 49.38 -
System Red Green Blue C M Y K H S L
Decimal 9 156 219 0.96 0.29 0 0.14 198 0.92 0.45
Hex 9 9C DB 60 1D 0 E C6 5C 2D
Octal 11 234 333 140 35 0 16 306 134 55
Binary 1001 10011100 11011011 1100000 11101 0 1110 11000110 1011100 101101

Color Harmonies of #099CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099CDB

Black with #099CDB

Text Example


Text Example

White with #099CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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