Html Css Color HEX #89CFDC Spray

📋 copy color: '#89CFDC'

red 137 ◦ green 207 ◦ blue 220

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

Shades of Spray #89CFDC

Tints of Spray #89CFDC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.7%

 BLUE value IS 220 (86.33% from 255) = 39.01%

R = 24.29%
G = 36.7%
B = 39.01%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#89CFDC (or 0x89CFDC) is known color: Spray. HEX triplet: 89, CF and DC. RGB value is (137,207,220). Sum of RGB (Red+Green+Blue) = 137+207+220=564 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.29% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #89CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CFDC is #763023. Grayscale: #BBBBBB. Windows color (decimal): -7745572 or 14471049. OLE color: 14471049.

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

Color convert

RGB 137 207 220 -
CMYK 0.38 0.06 0 0.14
HSL 189.4º 0.54% 0.7% -
HSV(B) 189.4º 0.38% 0.86% -
XYZ 45.55 55.11 75.95 -
YUV 187.55 146.31 91.94 -
System Red Green Blue C M Y K H S L
Decimal 137 207 220 0.38 0.06 0 0.14 189.4 0.54 0.7
Hex 89 CF DC 26 6 0 E BD 36 46
Octal 211 317 334 46 6 0 16 275 66 106
Binary 10001001 11001111 11011100 100110 110 0 1110 10111101 110110 1000110

Color Harmonies of #89CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CFDC

Black with #89CFDC

Text Example


Text Example

White with #89CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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