#89E1FD

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

Shades of Columbia Blue #89E1FD

Tints of Columbia Blue #89E1FD

Color information

#89E1FD (or 0x89E1FD) is unknown color: approx Columbia Blue. HEX triplet: 89, E1 and FD. RGB value is (137,225,253). Sum of RGB (Red+Green+Blue) = 137+225+253=615 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.28% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #89E1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E1FD is #761E02. Grayscale: #C9C9C9. Windows color (decimal): -7740931 or 16638345. OLE color: 16638345.

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

Color convert

RGB137225253-
CMYK0.460.1100.01
HSL194.48º96.67%76.47%-
HSV(B)194.48º45.85%99.22%-
XYZ54.9766.26102.82-
YUV201.88156.8581.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.28%
GREEN value IS 225 (88.28% from 255) = 36.59%
BLUE value IS 253 (99.22% from 255) = 41.14%
R=22.28%
G=36.59%
B=41.14%

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
Decimal1372252530.460.1100.01194.4896.6776.47
Hex89E1FD2EB01c2614c
Octal211341375561301302141114
Binary1000100111100001111111011011101011011100001011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89E1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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