Html Css Color HEX #89CFDD Spray

📋 copy color: '#89CFDD'

red 137 ◦ green 207 ◦ blue 221

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

Shades of Spray #89CFDD

Tints of Spray #89CFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 24.25%
G = 36.64%
B = 39.12%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89CFDD (or 0x89CFDD) is known color: Spray. HEX triplet: 89, CF and DD. RGB value is (137,207,221). Sum of RGB (Red+Green+Blue) = 137+207+221=565 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.25% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #89CFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CFDD is #763022. Grayscale: #BBBBBB. Windows color (decimal): -7745571 or 14536585. OLE color: 14536585.

HSL color Cylindrical-coordinate representation of color #89CFDD: hue angle of 190º degrees, saturation: 0.55, 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 #89CFDD is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 207 221 -
CMYK 0.38 0.06 0 0.13
HSL 190º 0.55% 0.7% -
HSV(B) 190º 0.38% 0.87% -
XYZ 45.68 55.16 76.65 -
YUV 187.67 146.81 91.86 -
System Red Green Blue C M Y K H S L
Decimal 137 207 221 0.38 0.06 0 0.13 190 0.55 0.7
Hex 89 CF DD 26 6 0 D BE 37 46
Octal 211 317 335 46 6 0 15 276 67 106
Binary 10001001 11001111 11011101 100110 110 0 1101 10111110 110111 1000110

Color Harmonies of #89CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CFDD

Black with #89CFDD

Text Example


Text Example

White with #89CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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