#89E3FD

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

Shades of Columbia Blue #89E3FD

Tints of Columbia Blue #89E3FD

Color information

#89E3FD (or 0x89E3FD) is unknown color: approx Columbia Blue. HEX triplet: 89, E3 and FD. RGB value is (137,227,253). Sum of RGB (Red+Green+Blue) = 137+227+253=617 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.20% from 617); Green value is 227 (89.06% from 255 or 36.79% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #89E3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E3FD is #761C02. Grayscale: #CACACA. Windows color (decimal): -7740419 or 16638857. OLE color: 16638857.

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

Color convert

RGB137227253-
CMYK0.460.1000.01
HSL193.45º96.67%76.47%-
HSV(B)193.45º45.85%99.22%-
XYZ55.5267.35103-
YUV203.05156.1880.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.20%
GREEN value IS 227 (89.06% from 255) = 36.79%
BLUE value IS 253 (99.22% from 255) = 41.00%
R=22.20%
G=36.79%
B=41.00%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1372272530.460.1000.01193.4596.6776.47
Hex89E3FD2EA01c1614c
Octal211343375561201301141114
Binary1000100111100011111111011011101010011100000111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89E3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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