#89E5FC

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

Shades of Columbia Blue #89E5FC

Tints of Columbia Blue #89E5FC

Color information

#89E5FC (or 0x89E5FC) is unknown color: approx Columbia Blue. HEX triplet: 89, E5 and FC. RGB value is (137,229,252). Sum of RGB (Red+Green+Blue) = 137+229+252=618 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.17% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #89E5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E5FC is #761A03. Grayscale: #CBCBCB. Windows color (decimal): -7739908 or 16573833. OLE color: 16573833.

HSL color Cylindrical-coordinate representation of color #89E5FC: hue angle of 192º 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 #89E5FC is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB137229252-
CMYK0.460.0900.01
HSL192º95.04%76.27%-
HSV(B)192º45.63%98.82%-
XYZ55.9168.39102.35-
YUV204.11155.0280.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.17%
GREEN value IS 229 (89.84% from 255) = 37.06%
BLUE value IS 252 (98.83% from 255) = 40.78%
R=22.17%
G=37.06%
B=40.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1372292520.460.0900.0119295.0476.27
Hex89E5FC2E901c05f4c
Octal211345374561101300137114
Binary1000100111100101111111001011101001011100000010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89E5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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