#0899DB

Color #0899DB Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0899DB

Tints of Pacific Blue #0899DB

Color information

#0899DB (or 0x0899DB) is unknown color: approx Pacific Blue. HEX triplet: 08, 99 and DB. RGB value is (8,153,219). Sum of RGB (Red+Green+Blue) = 8+153+219=380 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #0899DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0899DB is #F76624. Grayscale: #747474. Windows color (decimal): -16213541 or 14391560. OLE color: 14391560.

HSL color Cylindrical-coordinate representation of color #0899DB: hue angle of 198.77º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0899DB is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8153219-
CMYK0.960.3000.14
HSL198.77º92.95%44.51%-
HSV(B)198.77º96.35%85.88%-
XYZ24.2827.9571.13-
YUV117.17185.4650.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.11%
GREEN value IS 153 (60.16% from 255) = 40.26%
BLUE value IS 219 (85.94% from 255) = 57.63%
R=2.11%
G=40.26%
B=57.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal81532190.960.3000.14198.7792.9544.51
Hex899DB601E0Ec75d2d
Octal102313331403601630713555
Binary1000100110011101101111000001111001110110001111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0899DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0899DB;
 }
 .AnyTagClassName
 {
   color: #0899DB;
 }
</style>
background-color css

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

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

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

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

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

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