Html Css Color HEX #80C0DF Spray

📋 copy color: '#80C0DF'

red 128 ◦ green 192 ◦ blue 223

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

Shades of Spray #80C0DF

Tints of Spray #80C0DF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.36%

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

R = 23.57%
G = 35.36%
B = 41.07%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#80C0DF (or 0x80C0DF) is known color: Spray. HEX triplet: 80, C0 and DF. RGB value is (128,192,223). Sum of RGB (Red+Green+Blue) = 128+192+223=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #80C0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C0DF is #7F3F20. Grayscale: #B0B0B0. Windows color (decimal): -8339233 or 14663808. OLE color: 14663808.

HSL color Cylindrical-coordinate representation of color #80C0DF: hue angle of 199.58º 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 #80C0DF is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 192 223 -
CMYK 0.43 0.14 0 0.13
HSL 199.58º 0.6% 0.69% -
HSV(B) 199.58º 0.43% 0.87% -
XYZ 41.07 47.62 76.84 -
YUV 176.4 154.3 93.48 -
System Red Green Blue C M Y K H S L
Decimal 128 192 223 0.43 0.14 0 0.13 199.58 0.6 0.69
Hex 80 C0 DF 2B E 0 D C8 3C 45
Octal 200 300 337 53 16 0 15 310 74 105
Binary 10000000 11000000 11011111 101011 1110 0 1101 11001000 111100 1000101

Color Harmonies of #80C0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C0DF

Black with #80C0DF

Text Example


Text Example

White with #80C0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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