#158FDA

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

Shades of Pacific Blue #158FDA

Tints of Pacific Blue #158FDA

Color information

#158FDA (or 0x158FDA) is unknown color: approx Pacific Blue. HEX triplet: 15, 8F and DA. RGB value is (21,143,218). Sum of RGB (Red+Green+Blue) = 21+143+218=382 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.50% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #158FDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158FDA is #EA7025. Grayscale: #727272. Windows color (decimal): -15364134 or 14323477. OLE color: 14323477.

HSL color Cylindrical-coordinate representation of color #158FDA: hue angle of 202.84º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #158FDA is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21143218-
CMYK0.900.3400.15
HSL202.84º82.43%46.86%-
HSV(B)202.84º90.37%85.49%-
XYZ22.7924.8769.93-
YUV115.07186.0860.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.50%
GREEN value IS 143 (56.25% from 255) = 37.43%
BLUE value IS 218 (85.55% from 255) = 57.07%
R=5.50%
G=37.43%
B=57.07%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal211432180.900.3400.15202.8482.4346.86
Hex158FDA5A220Fcb522f
Octal252173321324201731312257
Binary101011000111111011010101101010001001111110010111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158FDA; }

 p { color: rgb(21,143,218); }

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

<style>
 a { background-color: #158FDA; }

 a { background-color: rgb(21,143,218); }

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

<style>
 span { border-color: #158FDA; }

 span { border-color: rgb(21,143,218); }

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