#0F89CD

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

Shades of Pacific Blue #0F89CD

Tints of Pacific Blue #0F89CD

Color information

#0F89CD (or 0x0F89CD) is unknown color: approx Pacific Blue. HEX triplet: 0F, 89 and CD. RGB value is (15,137,205). Sum of RGB (Red+Green+Blue) = 15+137+205=357 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.20% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #0F89CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F89CD is #F07632. Grayscale: #6B6B6B. Windows color (decimal): -15758899 or 13469967. OLE color: 13469967.

HSL color Cylindrical-coordinate representation of color #0F89CD: hue angle of 201.47º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F89CD is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15137205-
CMYK0.930.3300.20
HSL201.47º86.36%43.14%-
HSV(B)201.47º92.68%80.39%-
XYZ20.1622.461.02-
YUV108.27182.5861.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.20%
GREEN value IS 137 (53.91% from 255) = 38.38%
BLUE value IS 205 (80.47% from 255) = 57.42%
R=4.20%
G=38.38%
B=57.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal151372050.930.3300.20201.4786.3643.14
HexF89CD5D21014c9562b
Octal172113151354102431112653
Binary111110001001110011011011101100001010100110010011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F89CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,137,205); }

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

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

 a { background-color: rgb(15,137,205); }

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

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

 span { border-color: rgb(15,137,205); }

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