#0898DB

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

Shades of Pacific Blue #0898DB

Tints of Pacific Blue #0898DB

Color information

#0898DB (or 0x0898DB) is unknown color: approx Pacific Blue. HEX triplet: 08, 98 and DB. RGB value is (8,152,219). Sum of RGB (Red+Green+Blue) = 8+152+219=379 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #0898DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0898DB is #F76724. Grayscale: #747474. Windows color (decimal): -16213797 or 14391304. OLE color: 14391304.

HSL color Cylindrical-coordinate representation of color #0898DB: hue angle of 199.05º 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 #0898DB is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8152219-
CMYK0.960.3100.14
HSL199.05º92.95%44.51%-
HSV(B)199.05º96.35%85.88%-
XYZ24.1127.6271.08-
YUV116.58185.7950.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.11%
GREEN value IS 152 (59.77% from 255) = 40.11%
BLUE value IS 219 (85.94% from 255) = 57.78%
R=2.11%
G=40.11%
B=57.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal81522190.960.3100.14199.0592.9544.51
Hex898DB601F0Ec75d2d
Octal102303331403701630713555
Binary1000100110001101101111000001111101110110001111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0898DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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