#89CFDA

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

Shades of Spray #89CFDA

Tints of Spray #89CFDA

Color information

#89CFDA (or 0x89CFDA) is unknown color: approx Spray. HEX triplet: 89, CF and DA. RGB value is (137,207,218). Sum of RGB (Red+Green+Blue) = 137+207+218=562 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.38% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #89CFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CFDA is #763025. Grayscale: #BBBBBB. Windows color (decimal): -7745574 or 14339977. OLE color: 14339977.

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

Color convert

RGB137207218-
CMYK0.370.0500.15
HSL188.15º52.26%69.61%-
HSV(B)188.15º37.16%85.49%-
XYZ45.2855.0174.56-
YUV187.32145.3192.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.38%
GREEN value IS 207 (81.25% from 255) = 36.83%
BLUE value IS 218 (85.55% from 255) = 38.79%
R=24.38%
G=36.83%
B=38.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1372072180.370.0500.15188.1552.2669.61
Hex89CFDA2550Fbc3446
Octal21131733245501727464106
Binary10001001110011111101101010010110101111101111001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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