#89E6FA

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

Shades of Columbia Blue #89E6FA

Tints of Columbia Blue #89E6FA

Color information

#89E6FA (or 0x89E6FA) is unknown color: approx Columbia Blue. HEX triplet: 89, E6 and FA. RGB value is (137,230,250). Sum of RGB (Red+Green+Blue) = 137+230+250=617 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.20% from 617); Green value is 230 (90.23% from 255 or 37.28% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #89E6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89E6FA is #761905. Grayscale: #CCCCCC. Windows color (decimal): -7739654 or 16443017. OLE color: 16443017.

HSL color Cylindrical-coordinate representation of color #89E6FA: hue angle of 190.62º degrees, saturation: 0.92, 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 #89E6FA is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB137230250-
CMYK0.450.0800.02
HSL190.62º91.87%75.88%-
HSV(B)190.62º45.2%98.04%-
XYZ55.8768.81100.78-
YUV204.47153.6979.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.20%
GREEN value IS 230 (90.23% from 255) = 37.28%
BLUE value IS 250 (98.05% from 255) = 40.52%
R=22.20%
G=37.28%
B=40.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1372302500.450.0800.02190.6291.8775.88
Hex89E6FA2D802bf5c4c
Octal211346372551002277134114
Binary10001001111001101111101010110110000101011111110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89E6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,230,250); }

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

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

 a { background-color: rgb(137,230,250); }

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

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

 span { border-color: rgb(137,230,250); }

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