Html Css Color HEX #83C5CA Spray

📋 copy color: '#83C5CA'

red 131 ◦ green 197 ◦ blue 202

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

Shades of Spray #83C5CA

Tints of Spray #83C5CA

RGB

 RED value IS 131 (51.56% from 255) = 24.72%

 GREEN value IS 197 (77.34% from 255) = 37.17%

 BLUE value IS 202 (79.3% from 255) = 38.11%

R = 24.72%
G = 37.17%
B = 38.11%

CMYK

 C value IS 0.35

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#83C5CA (or 0x83C5CA) is known color: Spray. HEX triplet: 83, C5 and CA. RGB value is (131,197,202). Sum of RGB (Red+Green+Blue) = 131+197+202=530 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.72% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #83C5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C5CA is #7C3A35. Grayscale: #B1B1B1. Windows color (decimal): -8141366 or 13288835. OLE color: 13288835.

HSL color Cylindrical-coordinate representation of color #83C5CA: hue angle of 184.23º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83C5CA is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 197 202 -
CMYK 0.35 0.02 0 0.21
HSL 184.23º 0.4% 0.65% -
HSV(B) 184.23º 0.35% 0.79% -
XYZ 39.99 49.02 63.23 -
YUV 177.84 141.63 94.59 -
System Red Green Blue C M Y K H S L
Decimal 131 197 202 0.35 0.02 0 0.21 184.23 0.4 0.65
Hex 83 C5 CA 23 2 0 15 B8 28 41
Octal 203 305 312 43 2 0 25 270 50 101
Binary 10000011 11000101 11001010 100011 10 0 10101 10111000 101000 1000001

Color Harmonies of #83C5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C5CA

Black with #83C5CA

Text Example


Text Example

White with #83C5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83C5CA; }

 p { color: rgb(131,197,202); }

 H1.HeaderClassName
 {
   color: #83C5CA;
 }
 .AnyTagClassName
 {
   color: #83C5CA;
 }
</style>

background-color css

<style>
 a { background-color: #83C5CA; }

 a { background-color: rgb(131,197,202); }

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

border-color css

<style>
 span { border-color: #83C5CA; }

 span { border-color: rgb(131,197,202); }

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