#89E2FD

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

Shades of Columbia Blue #89E2FD

Tints of Columbia Blue #89E2FD

Color information

#89E2FD (or 0x89E2FD) is unknown color: approx Columbia Blue. HEX triplet: 89, E2 and FD. RGB value is (137,226,253). Sum of RGB (Red+Green+Blue) = 137+226+253=616 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.24% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #89E2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E2FD is #761D02. Grayscale: #CACACA. Windows color (decimal): -7740675 or 16638601. OLE color: 16638601.

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

Color convert

RGB137226253-
CMYK0.460.1100.01
HSL193.97º96.67%76.47%-
HSV(B)193.97º45.85%99.22%-
XYZ55.2466.8102.91-
YUV202.47156.5181.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.24%
GREEN value IS 226 (88.67% from 255) = 36.69%
BLUE value IS 253 (99.22% from 255) = 41.07%
R=22.24%
G=36.69%
B=41.07%

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
Decimal1372262530.460.1100.01193.9796.6776.47
Hex89E2FD2EB01c2614c
Octal211342375561301302141114
Binary1000100111100010111111011011101011011100001011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89E2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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