#0F9FDE

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

Shades of Pacific Blue #0F9FDE

Tints of Pacific Blue #0F9FDE

Color information

#0F9FDE (or 0x0F9FDE) is unknown color: approx Pacific Blue. HEX triplet: 0F, 9F and DE. RGB value is (15,159,222). Sum of RGB (Red+Green+Blue) = 15+159+222=396 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.79% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #0F9FDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9FDE is #F06021. Grayscale: #7A7A7A. Windows color (decimal): -15753250 or 14589711. OLE color: 14589711.

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

Color convert

RGB15159222-
CMYK0.930.2800.13
HSL198.26º87.34%46.47%-
HSV(B)198.26º93.24%87.06%-
XYZ25.7830.1773.57-
YUV123.13183.7950.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.79%
GREEN value IS 159 (62.5% from 255) = 40.15%
BLUE value IS 222 (87.11% from 255) = 56.06%
R=3.79%
G=40.15%
B=56.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal151592220.930.2800.13198.2687.3446.47
HexF9FDE5D1C0Dc6572e
Octal172373361353401530612756
Binary1111100111111101111010111011110001101110001101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F9FDE; }

 p { color: rgb(15,159,222); }

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

<style>
 a { background-color: #0F9FDE; }

 a { background-color: rgb(15,159,222); }

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

<style>
 span { border-color: #0F9FDE; }

 span { border-color: rgb(15,159,222); }

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