Html Css Color HEX #89CFD6 Spray

📋 copy color: '#89CFD6'

red 137 ◦ green 207 ◦ blue 214

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

Shades of Spray #89CFD6

Tints of Spray #89CFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.35%

R = 24.55%
G = 37.1%
B = 38.35%

CMYK

 C value IS 0.36

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#89CFD6 (or 0x89CFD6) is known color: Spray. HEX triplet: 89, CF and D6. RGB value is (137,207,214). Sum of RGB (Red+Green+Blue) = 137+207+214=558 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.55% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 214 (83.98% from 255 or 38.35% from 558); Max value from RGB is 214 - color contains mainly: blue. Hex color #89CFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CFD6 is #763029. Grayscale: #BABABA. Windows color (decimal): -7745578 or 14077833. OLE color: 14077833.

HSL color Cylindrical-coordinate representation of color #89CFD6: hue angle of 185.45º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89CFD6 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 137 207 214 -
CMYK 0.36 0.03 0 0.16
HSL 185.45º 0.48% 0.69% -
HSV(B) 185.45º 0.36% 0.84% -
XYZ 44.77 54.8 71.84 -
YUV 186.87 143.31 92.43 -
System Red Green Blue C M Y K H S L
Decimal 137 207 214 0.36 0.03 0 0.16 185.45 0.48 0.69
Hex 89 CF D6 24 3 0 10 B9 30 45
Octal 211 317 326 44 3 0 20 271 60 105
Binary 10001001 11001111 11010110 100100 11 0 10000 10111001 110000 1000101

Color Harmonies of #89CFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CFD6

Black with #89CFD6

Text Example


Text Example

White with #89CFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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