#89E1FC

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

Shades of Columbia Blue #89E1FC

Tints of Columbia Blue #89E1FC

Color information

#89E1FC (or 0x89E1FC) is unknown color: approx Columbia Blue. HEX triplet: 89, E1 and FC. RGB value is (137,225,252). Sum of RGB (Red+Green+Blue) = 137+225+252=614 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.31% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #89E1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E1FC is #761E03. Grayscale: #C9C9C9. Windows color (decimal): -7740932 or 16572809. OLE color: 16572809.

HSL color Cylindrical-coordinate representation of color #89E1FC: hue angle of 194.09º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89E1FC is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB137225252-
CMYK0.460.1100.01
HSL194.09º95.04%76.27%-
HSV(B)194.09º45.63%98.82%-
XYZ54.8166.2101.98-
YUV201.77156.3581.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.31%
GREEN value IS 225 (88.28% from 255) = 36.64%
BLUE value IS 252 (98.83% from 255) = 41.04%
R=22.31%
G=36.64%
B=41.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1372252520.460.1100.01194.0995.0476.27
Hex89E1FC2EB01c25f4c
Octal211341374561301302137114
Binary1000100111100001111111001011101011011100001010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89E1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89E1FC; }

 p { color: rgb(137,225,252); }

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

<style>
 a { background-color: #89E1FC; }

 a { background-color: rgb(137,225,252); }

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

<style>
 span { border-color: #89E1FC; }

 span { border-color: rgb(137,225,252); }

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