#89DFFE

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

Shades of Columbia Blue #89DFFE

Tints of Columbia Blue #89DFFE

Color information

#89DFFE (or 0x89DFFE) is unknown color: approx Columbia Blue. HEX triplet: 89, DF and FE. RGB value is (137,223,254). Sum of RGB (Red+Green+Blue) = 137+223+254=614 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.31% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #89DFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89DFFE is #762001. Grayscale: #C8C8C8. Windows color (decimal): -7741442 or 16703369. OLE color: 16703369.

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

Color convert

RGB137223254-
CMYK0.460.1200.00
HSL195.9º98.32%76.67%-
HSV(B)195.9º46.06%99.61%-
XYZ54.5965.25103.48-
YUV200.82158.0182.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.31%
GREEN value IS 223 (87.5% from 255) = 36.32%
BLUE value IS 254 (99.61% from 255) = 41.37%
R=22.31%
G=36.32%
B=41.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1372232540.460.1200.00195.998.3276.67
Hex89DFFE2EC00c4624d
Octal211337376561400304142115
Binary1000100111011111111111101011101100001100010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,223,254); }

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

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

 a { background-color: rgb(137,223,254); }

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

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

 span { border-color: rgb(137,223,254); }

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