#87E1FB

Color #87E1FB Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #87E1FB

Tints of Columbia Blue #87E1FB

Color information

#87E1FB (or 0x87E1FB) is unknown color: approx Columbia Blue. HEX triplet: 87, E1 and FB. RGB value is (135,225,251). Sum of RGB (Red+Green+Blue) = 135+225+251=611 (80% of max value = 765). Red value is 135 (53.12% from 255 or 22.09% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #87E1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87E1FB is #781E04. Grayscale: #C8C8C8. Windows color (decimal): -7872005 or 16507271. OLE color: 16507271.

HSL color Cylindrical-coordinate representation of color #87E1FB: hue angle of 193.45º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87E1FB is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB135225251-
CMYK0.460.1000.02
HSL193.45º93.55%75.69%-
HSV(B)193.45º46.22%98.43%-
XYZ54.3365.97101.14-
YUV201.05156.1880.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 22.09%
GREEN value IS 225 (88.28% from 255) = 36.82%
BLUE value IS 251 (98.44% from 255) = 41.08%
R=22.09%
G=36.82%
B=41.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1352252510.460.1000.02193.4593.5575.69
Hex87E1FB2EA02c15e4c
Octal207341373561202301136114
Binary10000111111000011111101110111010100101100000110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87E1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87E1FB; }

 p { color: rgb(135,225,251); }

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

<style>
 a { background-color: #87E1FB; }

 a { background-color: rgb(135,225,251); }

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

<style>
 span { border-color: #87E1FB; }

 span { border-color: rgb(135,225,251); }

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