#0995DF

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

Shades of Pacific Blue #0995DF

Tints of Pacific Blue #0995DF

Color information

#0995DF (or 0x0995DF) is unknown color: approx Pacific Blue. HEX triplet: 09, 95 and DF. RGB value is (9,149,223). Sum of RGB (Red+Green+Blue) = 9+149+223=381 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #0995DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0995DF is #F66A20. Grayscale: #737373. Windows color (decimal): -16149025 or 14652681. OLE color: 14652681.

HSL color Cylindrical-coordinate representation of color #0995DF: hue angle of 200.75º degrees, saturation: 0.92, 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 #0995DF is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9149223-
CMYK0.960.3300.13
HSL200.75º92.24%45.49%-
HSV(B)200.75º95.96%87.45%-
XYZ24.1826.8873.73-
YUV115.58188.6251.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.36%
GREEN value IS 149 (58.59% from 255) = 39.11%
BLUE value IS 223 (87.5% from 255) = 58.53%
R=2.36%
G=39.11%
B=58.53%

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
Decimal91492230.960.3300.13200.7592.2445.49
Hex995DF60210Dc95c2d
Octal112253371404101531113455
Binary10011001010111011111110000010000101101110010011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0995DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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