#87E1FE

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

Shades of Columbia Blue #87E1FE

Tints of Columbia Blue #87E1FE

Color information

#87E1FE (or 0x87E1FE) is unknown color: approx Columbia Blue. HEX triplet: 87, E1 and FE. RGB value is (135,225,254). Sum of RGB (Red+Green+Blue) = 135+225+254=614 (81% of max value = 765). Red value is 135 (53.12% from 255 or 21.99% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #87E1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87E1FE is #781E01. Grayscale: #C9C9C9. Windows color (decimal): -7872002 or 16703879. OLE color: 16703879.

HSL color Cylindrical-coordinate representation of color #87E1FE: hue angle of 194.62º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87E1FE is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB135225254-
CMYK0.470.1100.00
HSL194.62º98.35%76.27%-
HSV(B)194.62º46.85%99.61%-
XYZ54.8166.16103.65-
YUV201.4157.6880.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 21.99%
GREEN value IS 225 (88.28% from 255) = 36.64%
BLUE value IS 254 (99.61% from 255) = 41.37%
R=21.99%
G=36.64%
B=41.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1352252540.470.1100.00194.6298.3576.27
Hex87E1FE2FB00c3624c
Octal207341376571300303142114
Binary1000011111100001111111101011111011001100001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87E1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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