#89DFFF

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

Shades of Columbia Blue #89DFFF

Tints of Columbia Blue #89DFFF

Color information

#89DFFF (or 0x89DFFF) is unknown color: approx Columbia Blue. HEX triplet: 89, DF and FF. RGB value is (137,223,255). Sum of RGB (Red+Green+Blue) = 137+223+255=615 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.28% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #89DFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89DFFF is #762000. Grayscale: #C8C8C8. Windows color (decimal): -7741441 or 16768905. OLE color: 16768905.

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

Color convert

RGB137223255-
CMYK0.460.1300
HSL196.27º100%76.86%-
HSV(B)196.27º46.27%100%-
XYZ54.7565.31104.33-
YUV200.93158.5182.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.28%
GREEN value IS 223 (87.5% from 255) = 36.26%
BLUE value IS 255 (100% from 255) = 41.46%
R=22.28%
G=36.26%
B=41.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1372232550.460.1300196.2710076.86
Hex89DFFF2ED00c4644d
Octal211337377561500304144115
Binary1000100111011111111111111011101101001100010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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