Html Css Color HEX #80CBCC Spray

📋 copy color: '#80CBCC'

red 128 ◦ green 203 ◦ blue 204

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

Shades of Spray #80CBCC

Tints of Spray #80CBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.94%

 BLUE value IS 204 (80.08% from 255) = 38.13%

R = 23.93%
G = 37.94%
B = 38.13%

CMYK

 C value IS 0.37

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#80CBCC (or 0x80CBCC) is known color: Spray. HEX triplet: 80, CB and CC. RGB value is (128,203,204). Sum of RGB (Red+Green+Blue) = 128+203+204=535 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.93% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #80CBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CBCC is #7F3433. Grayscale: #B4B4B4. Windows color (decimal): -8336436 or 13421440. OLE color: 13421440.

HSL color Cylindrical-coordinate representation of color #80CBCC: hue angle of 180.79º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CBCC is Cyan = 0.37, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 203 204 -
CMYK 0.37 0.00 0 0.2
HSL 180.79º 0.43% 0.65% -
HSV(B) 180.79º 0.37% 0.8% -
XYZ 41.16 51.66 64.93 -
YUV 180.69 141.15 90.42 -
System Red Green Blue C M Y K H S L
Decimal 128 203 204 0.37 0.00 0 0.2 180.79 0.43 0.65
Hex 80 CB CC 25 0 0 14 B5 2B 41
Octal 200 313 314 45 0 0 24 265 53 101
Binary 10000000 11001011 11001100 100101 0 0 10100 10110101 101011 1000001

Color Harmonies of #80CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CBCC

Black with #80CBCC

Text Example


Text Example

White with #80CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,203,204); }

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

background-color css

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

 a { background-color: rgb(128,203,204); }

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

border-color css

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

 span { border-color: rgb(128,203,204); }

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