Html Css Color HEX #0099BD Pacific Blue

📋 copy color: '#0099BD'

red 0 ◦ green 153 ◦ blue 189

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

Shades of Pacific Blue #0099BD

Tints of Pacific Blue #0099BD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 153 (60.16% from 255) = 44.74%

 BLUE value IS 189 (74.22% from 255) = 55.26%

R = 0%
G = 44.74%
B = 55.26%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0099BD (or 0x0099BD) is known color: Pacific Blue. HEX triplet: 00, 99 and BD. RGB value is (0,153,189). Sum of RGB (Red+Green+Blue) = 0+153+189=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #0099BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0099BD is #FF6642. Grayscale: #6F6F6F. Windows color (decimal): -16737859 or 12425472. OLE color: 12425472.

HSL color Cylindrical-coordinate representation of color #0099BD: hue angle of 191.43º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0099BD is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 153 189 -
CMYK 1 0.19 0 0.26
HSL 191.43º 1% 0.37% -
HSV(B) 191.43º 1% 0.74% -
XYZ 20.58 26.46 52.17 -
YUV 111.36 171.81 48.57 -
System Red Green Blue C M Y K H S L
Decimal 0 153 189 1 0.19 0 0.26 191.43 1 0.37
Hex 0 99 BD 64 13 0 1A BF 64 25
Octal 0 231 275 144 23 0 32 277 144 45
Binary 0 10011001 10111101 1100100 10011 0 11010 10111111 1100100 100101

Color Harmonies of #0099BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0099BD

Black with #0099BD

Text Example


Text Example

White with #0099BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0099BD; }

 p { color: rgb(0,153,189); }

 H1.HeaderClassName
 {
   color: #0099BD;
 }
 .AnyTagClassName
 {
   color: #0099BD;
 }
</style>

background-color css

<style>
 a { background-color: #0099BD; }

 a { background-color: rgb(0,153,189); }

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

border-color css

<style>
 span { border-color: #0099BD; }

 span { border-color: rgb(0,153,189); }

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