Html Css Color HEX #80C8D8 Spray

📋 copy color: '#80C8D8'

red 128 ◦ green 200 ◦ blue 216

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

Shades of Spray #80C8D8

Tints of Spray #80C8D8

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.76%

 BLUE value IS 216 (84.77% from 255) = 39.71%

R = 23.53%
G = 36.76%
B = 39.71%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#80C8D8 (or 0x80C8D8) is known color: Spray. HEX triplet: 80, C8 and D8. RGB value is (128,200,216). Sum of RGB (Red+Green+Blue) = 128+200+216=544 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.53% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 216 (84.77% from 255 or 39.71% from 544); Max value from RGB is 216 - color contains mainly: blue. Hex color #80C8D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C8D8 is #7F3727. Grayscale: #B4B4B4. Windows color (decimal): -8337192 or 14207104. OLE color: 14207104.

HSL color Cylindrical-coordinate representation of color #80C8D8: hue angle of 190.91º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80C8D8 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 200 216 -
CMYK 0.41 0.07 0 0.15
HSL 190.91º 0.53% 0.67% -
HSV(B) 190.91º 0.41% 0.85% -
XYZ 41.95 50.86 72.57 -
YUV 180.3 148.15 90.7 -
System Red Green Blue C M Y K H S L
Decimal 128 200 216 0.41 0.07 0 0.15 190.91 0.53 0.67
Hex 80 C8 D8 29 7 0 F BF 35 43
Octal 200 310 330 51 7 0 17 277 65 103
Binary 10000000 11001000 11011000 101001 111 0 1111 10111111 110101 1000011

Color Harmonies of #80C8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C8D8

Black with #80C8D8

Text Example


Text Example

White with #80C8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,200,216); }

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

background-color css

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

 a { background-color: rgb(128,200,216); }

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

border-color css

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

 span { border-color: rgb(128,200,216); }

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