Html Css Color HEX #80D3D8 Spray

📋 copy color: '#80D3D8'

red 128 ◦ green 211 ◦ blue 216

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

Shades of Spray #80D3D8

Tints of Spray #80D3D8

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.02%

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

R = 23.06%
G = 38.02%
B = 38.92%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#80D3D8 (or 0x80D3D8) is known color: Spray. HEX triplet: 80, D3 and D8. RGB value is (128,211,216). Sum of RGB (Red+Green+Blue) = 128+211+216=555 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.06% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 216 - color contains mainly: blue. Hex color #80D3D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D3D8 is #7F2C27. Grayscale: #BABABA. Windows color (decimal): -8334376 or 14209920. OLE color: 14209920.

HSL color Cylindrical-coordinate representation of color #80D3D8: hue angle of 183.41º 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 #80D3D8 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 211 216 -
CMYK 0.41 0.02 0 0.15
HSL 183.41º 0.53% 0.67% -
HSV(B) 183.41º 0.41% 0.85% -
XYZ 44.59 56.14 73.45 -
YUV 186.75 144.5 86.09 -
System Red Green Blue C M Y K H S L
Decimal 128 211 216 0.41 0.02 0 0.15 183.41 0.53 0.67
Hex 80 D3 D8 29 2 0 F B7 35 43
Octal 200 323 330 51 2 0 17 267 65 103
Binary 10000000 11010011 11011000 101001 10 0 1111 10110111 110101 1000011

Color Harmonies of #80D3D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D3D8

Black with #80D3D8

Text Example


Text Example

White with #80D3D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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