#89E4FB

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

Shades of Columbia Blue #89E4FB

Tints of Columbia Blue #89E4FB

Color information

#89E4FB (or 0x89E4FB) is unknown color: approx Columbia Blue. HEX triplet: 89, E4 and FB. RGB value is (137,228,251). Sum of RGB (Red+Green+Blue) = 137+228+251=616 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.24% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #89E4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E4FB is #761B04. Grayscale: #CBCBCB. Windows color (decimal): -7740165 or 16508041. OLE color: 16508041.

HSL color Cylindrical-coordinate representation of color #89E4FB: hue angle of 192.11º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89E4FB is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB137228251-
CMYK0.450.0900.02
HSL192.11º93.44%76.08%-
HSV(B)192.11º45.42%98.43%-
XYZ55.4767.77101.42-
YUV203.41154.8580.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.24%
GREEN value IS 228 (89.45% from 255) = 37.01%
BLUE value IS 251 (98.44% from 255) = 40.75%
R=22.24%
G=37.01%
B=40.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1372282510.450.0900.02192.1193.4476.08
Hex89E4FB2D902c05d4c
Octal211344373551102300135114
Binary10001001111001001111101110110110010101100000010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89E4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,228,251); }

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

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

 a { background-color: rgb(137,228,251); }

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

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

 span { border-color: rgb(137,228,251); }

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