Html Css Color HEX #099DBC Pacific Blue

📋 copy color: '#099DBC'

red 9 ◦ green 157 ◦ blue 188

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

Shades of Pacific Blue #099DBC

Tints of Pacific Blue #099DBC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.35%

 BLUE value IS 188 (73.83% from 255) = 53.11%

R = 2.54%
G = 44.35%
B = 53.11%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#099DBC (or 0x099DBC) is known color: Pacific Blue. HEX triplet: 09, 9D and BC. RGB value is (9,157,188). Sum of RGB (Red+Green+Blue) = 9+157+188=354 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #099DBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099DBC is #F66243. Grayscale: #747474. Windows color (decimal): -16147012 or 12360969. OLE color: 12360969.

HSL color Cylindrical-coordinate representation of color #099DBC: hue angle of 190.39º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099DBC is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 157 188 -
CMYK 0.95 0.16 0 0.26
HSL 190.39º 0.91% 0.39% -
HSV(B) 190.39º 0.95% 0.74% -
XYZ 21.25 27.8 51.82 -
YUV 116.28 168.47 51.48 -
System Red Green Blue C M Y K H S L
Decimal 9 157 188 0.95 0.16 0 0.26 190.39 0.91 0.39
Hex 9 9D BC 5F 10 0 1A BE 5B 27
Octal 11 235 274 137 20 0 32 276 133 47
Binary 1001 10011101 10111100 1011111 10000 0 11010 10111110 1011011 100111

Color Harmonies of #099DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099DBC

Black with #099DBC

Text Example


Text Example

White with #099DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,157,188); }

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

background-color css

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

 a { background-color: rgb(9,157,188); }

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

border-color css

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

 span { border-color: rgb(9,157,188); }

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