#89CDDE

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

Shades of Spray #89CDDE

Tints of Spray #89CDDE

Color information

#89CDDE (or 0x89CDDE) is unknown color: approx Spray. HEX triplet: 89, CD and DE. RGB value is (137,205,222). Sum of RGB (Red+Green+Blue) = 137+205+222=564 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.29% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #89CDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CDDE is #763221. Grayscale: #BABABA. Windows color (decimal): -7746082 or 14601609. OLE color: 14601609.

HSL color Cylindrical-coordinate representation of color #89CDDE: hue angle of 192º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89CDDE is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137205222-
CMYK0.380.0800.13
HSL192º56.29%70.39%-
HSV(B)192º38.29%87.06%-
XYZ45.3354.2577.19-
YUV186.61147.9792.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.29%
GREEN value IS 205 (80.47% from 255) = 36.35%
BLUE value IS 222 (87.11% from 255) = 39.36%
R=24.29%
G=36.35%
B=39.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1372052220.380.0800.1319256.2970.39
Hex89CDDE2680Dc03846
Octal211315336461001530070106
Binary100010011100110111011110100110100001101110000001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,205,222); }

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

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

 a { background-color: rgb(137,205,222); }

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

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

 span { border-color: rgb(137,205,222); }

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