#89E2FC

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

Shades of Columbia Blue #89E2FC

Tints of Columbia Blue #89E2FC

Color information

#89E2FC (or 0x89E2FC) is unknown color: approx Columbia Blue. HEX triplet: 89, E2 and FC. RGB value is (137,226,252). Sum of RGB (Red+Green+Blue) = 137+226+252=615 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.28% from 615); Green value is 226 (88.67% from 255 or 36.75% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #89E2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E2FC is #761D03. Grayscale: #CACACA. Windows color (decimal): -7740676 or 16573065. OLE color: 16573065.

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

Color convert

RGB137226252-
CMYK0.460.1000.01
HSL193.57º95.04%76.27%-
HSV(B)193.57º45.63%98.82%-
XYZ55.0866.74102.07-
YUV202.35156.0181.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.28%
GREEN value IS 226 (88.67% from 255) = 36.75%
BLUE value IS 252 (98.83% from 255) = 40.98%
R=22.28%
G=36.75%
B=40.98%

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
Decimal1372262520.460.1000.01193.5795.0476.27
Hex89E2FC2EA01c25f4c
Octal211342374561201302137114
Binary1000100111100010111111001011101010011100001010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89E2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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