Html Css Color HEX #83CACE Spray

📋 copy color: '#83CACE'

red 131 ◦ green 202 ◦ blue 206

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

Shades of Spray #83CACE

Tints of Spray #83CACE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.48%

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 24.3%
G = 37.48%
B = 38.22%

CMYK

 C value IS 0.36

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#83CACE (or 0x83CACE) is known color: Spray. HEX triplet: 83, CA and CE. RGB value is (131,202,206). Sum of RGB (Red+Green+Blue) = 131+202+206=539 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.30% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #83CACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CACE is #7C3531. Grayscale: #B5B5B5. Windows color (decimal): -8140082 or 13552259. OLE color: 13552259.

HSL color Cylindrical-coordinate representation of color #83CACE: hue angle of 183.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CACE is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 202 206 -
CMYK 0.36 0.02 0 0.19
HSL 183.2º 0.43% 0.66% -
HSV(B) 183.2º 0.36% 0.81% -
XYZ 41.62 51.52 66.14 -
YUV 181.23 141.98 92.17 -
System Red Green Blue C M Y K H S L
Decimal 131 202 206 0.36 0.02 0 0.19 183.2 0.43 0.66
Hex 83 CA CE 24 2 0 13 B7 2B 42
Octal 203 312 316 44 2 0 23 267 53 102
Binary 10000011 11001010 11001110 100100 10 0 10011 10110111 101011 1000010

Color Harmonies of #83CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CACE

Black with #83CACE

Text Example


Text Example

White with #83CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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