Html Css Color HEX #0899BE Pacific Blue

📋 copy color: '#0899BE'

red 8 ◦ green 153 ◦ blue 190

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

Shades of Pacific Blue #0899BE

Tints of Pacific Blue #0899BE

RGB

 RED value IS 8 (3.52% from 255) = 2.28%

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

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

R = 2.28%
G = 43.59%
B = 54.13%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0899BE (or 0x0899BE) is known color: Pacific Blue. HEX triplet: 08, 99 and BE. RGB value is (8,153,190). Sum of RGB (Red+Green+Blue) = 8+153+190=351 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.28% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #0899BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0899BE is #F76641. Grayscale: #717171. Windows color (decimal): -16213570 or 12491016. OLE color: 12491016.

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

Color convert

RGB 8 153 190 -
CMYK 0.96 0.19 0 0.25
HSL 192.2º 0.92% 0.39% -
HSV(B) 192.2º 0.96% 0.75% -
XYZ 20.79 26.55 52.74 -
YUV 113.86 170.96 52.49 -
System Red Green Blue C M Y K H S L
Decimal 8 153 190 0.96 0.19 0 0.25 192.2 0.92 0.39
Hex 8 99 BE 60 13 0 19 C0 5C 27
Octal 10 231 276 140 23 0 31 300 134 47
Binary 1000 10011001 10111110 1100000 10011 0 11001 11000000 1011100 100111

Color Harmonies of #0899BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0899BE

Black with #0899BE

Text Example


Text Example

White with #0899BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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