Html Css Color HEX #099BBC Pacific Blue

📋 copy color: '#099BBC'

red 9 ◦ green 155 ◦ blue 188

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

Shades of Pacific Blue #099BBC

Tints of Pacific Blue #099BBC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.03%

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

R = 2.56%
G = 44.03%
B = 53.41%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#099BBC (or 0x099BBC) is known color: Pacific Blue. HEX triplet: 09, 9B and BC. RGB value is (9,155,188). Sum of RGB (Red+Green+Blue) = 9+155+188=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #099BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099BBC is #F66443. Grayscale: #727272. Windows color (decimal): -16147524 or 12360457. OLE color: 12360457.

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

Color convert

RGB 9 155 188 -
CMYK 0.95 0.18 0 0.26
HSL 191.06º 0.91% 0.39% -
HSV(B) 191.06º 0.95% 0.74% -
XYZ 20.91 27.13 51.71 -
YUV 115.11 169.13 52.32 -
System Red Green Blue C M Y K H S L
Decimal 9 155 188 0.95 0.18 0 0.26 191.06 0.91 0.39
Hex 9 9B BC 5F 12 0 1A BF 5B 27
Octal 11 233 274 137 22 0 32 277 133 47
Binary 1001 10011011 10111100 1011111 10010 0 11010 10111111 1011011 100111

Color Harmonies of #099BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099BBC

Black with #099BBC

Text Example


Text Example

White with #099BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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