#0895DF

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

Shades of Pacific Blue #0895DF

Tints of Pacific Blue #0895DF

Color information

#0895DF (or 0x0895DF) is unknown color: approx Pacific Blue. HEX triplet: 08, 95 and DF. RGB value is (8,149,223). Sum of RGB (Red+Green+Blue) = 8+149+223=380 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #0895DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0895DF is #F76A20. Grayscale: #727272. Windows color (decimal): -16214561 or 14652680. OLE color: 14652680.

HSL color Cylindrical-coordinate representation of color #0895DF: hue angle of 200.65º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0895DF is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8149223-
CMYK0.960.3300.13
HSL200.65º93.07%45.29%-
HSV(B)200.65º96.41%87.45%-
XYZ24.1726.8773.73-
YUV115.28188.7951.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.11%
GREEN value IS 149 (58.59% from 255) = 39.21%
BLUE value IS 223 (87.5% from 255) = 58.68%
R=2.11%
G=39.21%
B=58.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal81492230.960.3300.13200.6593.0745.29
Hex895DF60210Dc95d2d
Octal102253371404101531113555
Binary10001001010111011111110000010000101101110010011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0895DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0895DF; }

 p { color: rgb(8,149,223); }

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

<style>
 a { background-color: #0895DF; }

 a { background-color: rgb(8,149,223); }

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

<style>
 span { border-color: #0895DF; }

 span { border-color: rgb(8,149,223); }

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