Html Css Color HEX #89DCDF Spray

📋 copy color: '#89DCDF'

red 137 ◦ green 220 ◦ blue 223

#89DCDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spray #89DCDF

Tints of Spray #89DCDF

RGB

 RED value IS 137 (53.91% from 255) = 23.62%

 GREEN value IS 220 (86.33% from 255) = 37.93%

 BLUE value IS 223 (87.5% from 255) = 38.45%

R = 23.62%
G = 37.93%
B = 38.45%

CMYK

 C value IS 0.39

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89DCDF (or 0x89DCDF) is known color: Spray. HEX triplet: 89, DC and DF. RGB value is (137,220,223). Sum of RGB (Red+Green+Blue) = 137+220+223=580 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.62% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #89DCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DCDF is #762320. Grayscale: #C3C3C3. Windows color (decimal): -7742241 or 14670985. OLE color: 14670985.

HSL color Cylindrical-coordinate representation of color #89DCDF: hue angle of 182.09º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89DCDF is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 220 223 -
CMYK 0.39 0.01 0 0.13
HSL 182.09º 0.57% 0.71% -
HSV(B) 182.09º 0.39% 0.87% -
XYZ 49.23 61.83 79.15 -
YUV 195.53 143.5 86.26 -
System Red Green Blue C M Y K H S L
Decimal 137 220 223 0.39 0.01 0 0.13 182.09 0.57 0.71
Hex 89 DC DF 27 1 0 D B6 39 47
Octal 211 334 337 47 1 0 15 266 71 107
Binary 10001001 11011100 11011111 100111 1 0 1101 10110110 111001 1000111

Color Harmonies of #89DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89DCDF

Black with #89DCDF

Text Example


Text Example

White with #89DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89DCDF;
 }
 .AnyTagClassName
 {
   color: #89DCDF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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