#89E1FF

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

Shades of Columbia Blue #89E1FF

Tints of Columbia Blue #89E1FF

Color information

#89E1FF (or 0x89E1FF) is unknown color: approx Columbia Blue. HEX triplet: 89, E1 and FF. RGB value is (137,225,255). Sum of RGB (Red+Green+Blue) = 137+225+255=617 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.20% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #89E1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E1FF is #761E00. Grayscale: #C9C9C9. Windows color (decimal): -7740929 or 16769417. OLE color: 16769417.

HSL color Cylindrical-coordinate representation of color #89E1FF: hue angle of 195.25º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89E1FF is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB137225255-
CMYK0.460.1200
HSL195.25º100%76.86%-
HSV(B)195.25º46.27%100%-
XYZ55.2966.39104.51-
YUV202.11157.8581.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.20%
GREEN value IS 225 (88.28% from 255) = 36.47%
BLUE value IS 255 (100% from 255) = 41.33%
R=22.20%
G=36.47%
B=41.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1372252550.460.1200195.2510076.86
Hex89E1FF2EC00c3644d
Octal211341377561400303144115
Binary1000100111100001111111111011101100001100001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89E1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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