Html Css Color HEX #89CFDB Spray

📋 copy color: '#89CFDB'

red 137 ◦ green 207 ◦ blue 219

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

Shades of Spray #89CFDB

Tints of Spray #89CFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.9%

R = 24.33%
G = 36.77%
B = 38.9%

CMYK

 C value IS 0.37

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#89CFDB (or 0x89CFDB) is known color: Spray. HEX triplet: 89, CF and DB. RGB value is (137,207,219). Sum of RGB (Red+Green+Blue) = 137+207+219=563 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.33% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #89CFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CFDB is #763024. Grayscale: #BBBBBB. Windows color (decimal): -7745573 or 14405513. OLE color: 14405513.

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

Color convert

RGB 137 207 219 -
CMYK 0.37 0.05 0 0.14
HSL 188.78º 0.53% 0.7% -
HSV(B) 188.78º 0.37% 0.86% -
XYZ 45.42 55.06 75.25 -
YUV 187.44 145.81 92.02 -
System Red Green Blue C M Y K H S L
Decimal 137 207 219 0.37 0.05 0 0.14 188.78 0.53 0.7
Hex 89 CF DB 25 5 0 E BD 35 46
Octal 211 317 333 45 5 0 16 275 65 106
Binary 10001001 11001111 11011011 100101 101 0 1110 10111101 110101 1000110

Color Harmonies of #89CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CFDB

Black with #89CFDB

Text Example


Text Example

White with #89CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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