Html Css Color HEX #80C5DF Spray

📋 copy color: '#80C5DF'

red 128 ◦ green 197 ◦ blue 223

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

Shades of Spray #80C5DF

Tints of Spray #80C5DF

RGB

 RED value IS 128 (50.39% from 255) = 23.36%

 GREEN value IS 197 (77.34% from 255) = 35.95%

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

R = 23.36%
G = 35.95%
B = 40.69%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#80C5DF (or 0x80C5DF) is known color: Spray. HEX triplet: 80, C5 and DF. RGB value is (128,197,223). Sum of RGB (Red+Green+Blue) = 128+197+223=548 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.36% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #80C5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C5DF is #7F3A20. Grayscale: #B3B3B3. Windows color (decimal): -8337953 or 14665088. OLE color: 14665088.

HSL color Cylindrical-coordinate representation of color #80C5DF: hue angle of 196.42º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80C5DF is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 197 223 -
CMYK 0.43 0.12 0 0.13
HSL 196.42º 0.6% 0.69% -
HSV(B) 196.42º 0.43% 0.87% -
XYZ 42.19 49.85 77.21 -
YUV 179.33 152.64 91.39 -
System Red Green Blue C M Y K H S L
Decimal 128 197 223 0.43 0.12 0 0.13 196.42 0.6 0.69
Hex 80 C5 DF 2B C 0 D C4 3C 45
Octal 200 305 337 53 14 0 15 304 74 105
Binary 10000000 11000101 11011111 101011 1100 0 1101 11000100 111100 1000101

Color Harmonies of #80C5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C5DF

Black with #80C5DF

Text Example


Text Example

White with #80C5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80C5DF; }

 p { color: rgb(128,197,223); }

 H1.HeaderClassName
 {
   color: #80C5DF;
 }
 .AnyTagClassName
 {
   color: #80C5DF;
 }
</style>

background-color css

<style>
 a { background-color: #80C5DF; }

 a { background-color: rgb(128,197,223); }

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

border-color css

<style>
 span { border-color: #80C5DF; }

 span { border-color: rgb(128,197,223); }

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