Html Css Color HEX #80CDD5 Spray

📋 copy color: '#80CDD5'

red 128 ◦ green 205 ◦ blue 213

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

Shades of Spray #80CDD5

Tints of Spray #80CDD5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.55%

 BLUE value IS 213 (83.59% from 255) = 39.01%

R = 23.44%
G = 37.55%
B = 39.01%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#80CDD5 (or 0x80CDD5) is known color: Spray. HEX triplet: 80, CD and D5. RGB value is (128,205,213). Sum of RGB (Red+Green+Blue) = 128+205+213=546 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.44% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 213 - color contains mainly: blue. Hex color #80CDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CDD5 is #7F322A. Grayscale: #B6B6B6. Windows color (decimal): -8335915 or 14011776. OLE color: 14011776.

HSL color Cylindrical-coordinate representation of color #80CDD5: hue angle of 185.65º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80CDD5 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 205 213 -
CMYK 0.40 0.04 0 0.16
HSL 185.65º 0.5% 0.67% -
HSV(B) 185.65º 0.4% 0.84% -
XYZ 42.74 53.06 70.94 -
YUV 182.89 144.99 88.85 -
System Red Green Blue C M Y K H S L
Decimal 128 205 213 0.40 0.04 0 0.16 185.65 0.5 0.67
Hex 80 CD D5 28 4 0 10 BA 32 43
Octal 200 315 325 50 4 0 20 272 62 103
Binary 10000000 11001101 11010101 101000 100 0 10000 10111010 110010 1000011

Color Harmonies of #80CDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CDD5

Black with #80CDD5

Text Example


Text Example

White with #80CDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,205,213); }

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

background-color css

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

 a { background-color: rgb(128,205,213); }

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

border-color css

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

 span { border-color: rgb(128,205,213); }

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