Html Css Color HEX #80C8D5 Spray

📋 copy color: '#80C8D5'

red 128 ◦ green 200 ◦ blue 213

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

Shades of Spray #80C8D5

Tints of Spray #80C8D5

RGB

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

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

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

R = 23.66%
G = 36.97%
B = 39.37%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#80C8D5 (or 0x80C8D5) is known color: Spray. HEX triplet: 80, C8 and D5. RGB value is (128,200,213). Sum of RGB (Red+Green+Blue) = 128+200+213=541 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.66% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 213 - color contains mainly: blue. Hex color #80C8D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C8D5 is #7F372A. Grayscale: #B3B3B3. Windows color (decimal): -8337195 or 14010496. OLE color: 14010496.

HSL color Cylindrical-coordinate representation of color #80C8D5: hue angle of 189.18º 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 #80C8D5 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 200 213 -
CMYK 0.40 0.06 0 0.16
HSL 189.18º 0.5% 0.67% -
HSV(B) 189.18º 0.4% 0.84% -
XYZ 41.57 50.7 70.55 -
YUV 179.95 146.65 90.94 -
System Red Green Blue C M Y K H S L
Decimal 128 200 213 0.40 0.06 0 0.16 189.18 0.5 0.67
Hex 80 C8 D5 28 6 0 10 BD 32 43
Octal 200 310 325 50 6 0 20 275 62 103
Binary 10000000 11001000 11010101 101000 110 0 10000 10111101 110010 1000011

Color Harmonies of #80C8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C8D5

Black with #80C8D5

Text Example


Text Example

White with #80C8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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