#0F90DE

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

Shades of Pacific Blue #0F90DE

Tints of Pacific Blue #0F90DE

Color information

#0F90DE (or 0x0F90DE) is unknown color: approx Pacific Blue. HEX triplet: 0F, 90 and DE. RGB value is (15,144,222). Sum of RGB (Red+Green+Blue) = 15+144+222=381 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.94% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #0F90DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F90DE is #F06F21. Grayscale: #717171. Windows color (decimal): -15757090 or 14585871. OLE color: 14585871.

HSL color Cylindrical-coordinate representation of color #0F90DE: hue angle of 202.61º 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 #0F90DE is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15144222-
CMYK0.930.3500.13
HSL202.61º87.34%46.47%-
HSV(B)202.61º93.24%87.06%-
XYZ23.3625.3272.76-
YUV114.32188.7657.16-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.94%
GREEN value IS 144 (56.64% from 255) = 37.80%
BLUE value IS 222 (87.11% from 255) = 58.27%
R=3.94%
G=37.80%
B=58.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal151442220.930.3500.13202.6187.3446.47
HexF90DE5D230Dcb572e
Octal172203361354301531312756
Binary11111001000011011110101110110001101101110010111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F90DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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