Html Css Color HEX #099FBC Pacific Blue

📋 copy color: '#099FBC'

red 9 ◦ green 159 ◦ blue 188

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

Shades of Pacific Blue #099FBC

Tints of Pacific Blue #099FBC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.66%

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

R = 2.53%
G = 44.66%
B = 52.81%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#099FBC (or 0x099FBC) is known color: Pacific Blue. HEX triplet: 09, 9F and BC. RGB value is (9,159,188). Sum of RGB (Red+Green+Blue) = 9+159+188=356 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.53% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #099FBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099FBC is #F66043. Grayscale: #757575. Windows color (decimal): -16146500 or 12361481. OLE color: 12361481.

HSL color Cylindrical-coordinate representation of color #099FBC: hue angle of 189.72º 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 #099FBC is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 159 188 -
CMYK 0.95 0.15 0 0.26
HSL 189.72º 0.91% 0.39% -
HSV(B) 189.72º 0.95% 0.74% -
XYZ 21.59 28.49 51.94 -
YUV 117.46 167.81 50.64 -
System Red Green Blue C M Y K H S L
Decimal 9 159 188 0.95 0.15 0 0.26 189.72 0.91 0.39
Hex 9 9F BC 5F F 0 1A BE 5B 27
Octal 11 237 274 137 17 0 32 276 133 47
Binary 1001 10011111 10111100 1011111 1111 0 11010 10111110 1011011 100111

Color Harmonies of #099FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099FBC

Black with #099FBC

Text Example


Text Example

White with #099FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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