#89CFDB

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

Shades of Spray #89CFDB

Tints of Spray #89CFDB

Color information

#89CFDB (or 0x89CFDB) is unknown color: approx Spray. HEX triplet: 89, CF and DB. RGB value is (137,207,219). Sum of RGB (Red+Green+Blue) = 137+207+219=563 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.33% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #89CFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CFDB is #763024. Grayscale: #BBBBBB. Windows color (decimal): -7745573 or 14405513. OLE color: 14405513.

HSL color Cylindrical-coordinate representation of color #89CFDB: hue angle of 188.78º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89CFDB is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB137207219-
CMYK0.370.0500.14
HSL188.78º53.25%69.8%-
HSV(B)188.78º37.44%85.88%-
XYZ45.4255.0675.25-
YUV187.44145.8192.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.33%
GREEN value IS 207 (81.25% from 255) = 36.77%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=24.33%
G=36.77%
B=38.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1372072190.370.0500.14188.7853.2569.8
Hex89CFDB2550Ebd3546
Octal21131733345501627565106
Binary10001001110011111101101110010110101110101111011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,207,219); }

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

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

 a { background-color: rgb(137,207,219); }

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

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

 span { border-color: rgb(137,207,219); }

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