#0f90d8

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

Shades of Pacific Blue #0F90D8

Tints of Pacific Blue #0F90D8

Color information

#0F90D8 (or 0x0F90D8) is unknown color: approx Pacific Blue. HEX triplet: 0F, 90 and D8. RGB value is (15,144,216). Sum of RGB (Red+Green+Blue) = 15+144+216=375 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 216 (84.77% from 255 or 57.6% from 375); Max value from RGB is 216 - color contains mainly: blue. Hex color #0F90D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F90D8 is #F06F27. Grayscale: #717171. Windows color (decimal): -15757096 or 14192655. OLE color: 14192655.

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

Color convert

RGB15144216-
CMYK0.930.3300.15
HSL201.49º87.01%45.29%-
HSV(B)201.49º93.06%84.71%-
XYZ22.5625.0168.6-
YUV113.64185.7657.65-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4%
GREEN value IS 144 (56.64% from 255) = 38.4%
BLUE value IS 216 (84.77% from 255) = 57.6%
R=4%
G=38.4%
B=57.6%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal151442160.930.3300.15201.4987.0145.29
HexF90D85D210Fc9572d
Octal172203301354101731112755
Binary11111001000011011000101110110000101111110010011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f90d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,144,216); }

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

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

 a { background-color: rgb(15,144,216); }

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

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

 span { border-color: rgb(15,144,216); }

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