Html Css Color HEX #0099BE Pacific Blue

📋 copy color: '#0099BE'

red 0 ◦ green 153 ◦ blue 190

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

Shades of Pacific Blue #0099BE

Tints of Pacific Blue #0099BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.39%

R = 0%
G = 44.61%
B = 55.39%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0099BE (or 0x0099BE) is known color: Pacific Blue. HEX triplet: 00, 99 and BE. RGB value is (0,153,190). Sum of RGB (Red+Green+Blue) = 0+153+190=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #0099BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0099BE is #FF6641. Grayscale: #6F6F6F. Windows color (decimal): -16737858 or 12491008. OLE color: 12491008.

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

Color convert

RGB 0 153 190 -
CMYK 1 0.19 0 0.25
HSL 191.68º 1% 0.37% -
HSV(B) 191.68º 1% 0.75% -
XYZ 20.69 26.5 52.74 -
YUV 111.47 172.31 48.49 -
System Red Green Blue C M Y K H S L
Decimal 0 153 190 1 0.19 0 0.25 191.68 1 0.37
Hex 0 99 BE 64 13 0 19 C0 64 25
Octal 0 231 276 144 23 0 31 300 144 45
Binary 0 10011001 10111110 1100100 10011 0 11001 11000000 1100100 100101

Color Harmonies of #0099BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0099BE

Black with #0099BE

Text Example


Text Example

White with #0099BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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