#89dbe3

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

Shades of Spray #89DBE3

Tints of Spray #89DBE3

Color information

#89DBE3 (or 0x89DBE3) is unknown color: approx Spray. HEX triplet: 89, DB and E3. RGB value is (137,219,227). Sum of RGB (Red+Green+Blue) = 137+219+227=583 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.50% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 227 (89.06% from 255 or 38.94% from 583); Max value from RGB is 227 - color contains mainly: blue. Hex color #89DBE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DBE3 is #76241C. Grayscale: #C3C3C3. Windows color (decimal): -7742493 or 14932873. OLE color: 14932873.

HSL color Cylindrical-coordinate representation of color #89DBE3: hue angle of 185.33º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89DBE3 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB137219227-
CMYK0.400.0400.11
HSL185.33º61.64%71.37%-
HSV(B)185.33º39.65%89.02%-
XYZ49.5161.5381.94-
YUV195.39145.8386.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.50%
GREEN value IS 219 (85.94% from 255) = 37.56%
BLUE value IS 227 (89.06% from 255) = 38.94%
R=23.50%
G=37.56%
B=38.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1372192270.400.0400.11185.3361.6471.37
Hex89DBE32840Bb93e47
Octal21133334350401327176107
Binary10001001110110111110001110100010001011101110011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89dbe3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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