Html Css Color HEX #80C6DE Spray

📋 copy color: '#80C6DE'

red 128 ◦ green 198 ◦ blue 222

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

Shades of Spray #80C6DE

Tints of Spray #80C6DE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.13%

 BLUE value IS 222 (87.11% from 255) = 40.51%

R = 23.36%
G = 36.13%
B = 40.51%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#80C6DE (or 0x80C6DE) is known color: Spray. HEX triplet: 80, C6 and DE. RGB value is (128,198,222). Sum of RGB (Red+Green+Blue) = 128+198+222=548 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.36% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #80C6DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C6DE is #7F3921. Grayscale: #B3B3B3. Windows color (decimal): -8337698 or 14599808. OLE color: 14599808.

HSL color Cylindrical-coordinate representation of color #80C6DE: hue angle of 195.32º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80C6DE is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 198 222 -
CMYK 0.42 0.11 0 0.13
HSL 195.32º 0.59% 0.69% -
HSV(B) 195.32º 0.42% 0.87% -
XYZ 42.28 50.25 76.58 -
YUV 179.81 151.81 91.05 -
System Red Green Blue C M Y K H S L
Decimal 128 198 222 0.42 0.11 0 0.13 195.32 0.59 0.69
Hex 80 C6 DE 2A B 0 D C3 3B 45
Octal 200 306 336 52 13 0 15 303 73 105
Binary 10000000 11000110 11011110 101010 1011 0 1101 11000011 111011 1000101

Color Harmonies of #80C6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C6DE

Black with #80C6DE

Text Example


Text Example

White with #80C6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,198,222); }

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

background-color css

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

 a { background-color: rgb(128,198,222); }

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

border-color css

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

 span { border-color: rgb(128,198,222); }

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