#0F90C8

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

Shades of Pacific Blue #0F90C8

Tints of Pacific Blue #0F90C8

Color information

#0F90C8 (or 0x0F90C8) is unknown color: approx Pacific Blue. HEX triplet: 0F, 90 and C8. RGB value is (15,144,200). Sum of RGB (Red+Green+Blue) = 15+144+200=359 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.18% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 200 (78.52% from 255 or 55.71% from 359); Max value from RGB is 200 - color contains mainly: blue. Hex color #0F90C8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F90C8 is #F06F37. Grayscale: #6F6F6F. Windows color (decimal): -15757112 or 13144079. OLE color: 13144079.

HSL color Cylindrical-coordinate representation of color #0F90C8: hue angle of 198.16º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F90C8 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15144200-
CMYK0.920.2800.22
HSL198.16º86.05%42.16%-
HSV(B)198.16º92.5%78.43%-
XYZ20.624.2258.23-
YUV111.81177.7658.95-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.18%
GREEN value IS 144 (56.64% from 255) = 40.11%
BLUE value IS 200 (78.52% from 255) = 55.71%
R=4.18%
G=40.11%
B=55.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal151442000.920.2800.22198.1686.0542.16
HexF90C85C1C016c6562a
Octal172203101343402630612652
Binary11111001000011001000101110011100010110110001101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F90C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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