Html Css Color HEX #83C6CE Spray

📋 copy color: '#83C6CE'

red 131 ◦ green 198 ◦ blue 206

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

Shades of Spray #83C6CE

Tints of Spray #83C6CE

RGB

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

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

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

R = 24.49%
G = 37.01%
B = 38.5%

CMYK

 C value IS 0.36

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#83C6CE (or 0x83C6CE) is known color: Spray. HEX triplet: 83, C6 and CE. RGB value is (131,198,206). Sum of RGB (Red+Green+Blue) = 131+198+206=535 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.49% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #83C6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C6CE is #7C3931. Grayscale: #B2B2B2. Windows color (decimal): -8141106 or 13551235. OLE color: 13551235.

HSL color Cylindrical-coordinate representation of color #83C6CE: hue angle of 186.4º 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 #83C6CE is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 198 206 -
CMYK 0.36 0.04 0 0.19
HSL 186.4º 0.43% 0.66% -
HSV(B) 186.4º 0.36% 0.81% -
XYZ 40.69 49.67 65.83 -
YUV 178.88 143.3 93.85 -
System Red Green Blue C M Y K H S L
Decimal 131 198 206 0.36 0.04 0 0.19 186.4 0.43 0.66
Hex 83 C6 CE 24 4 0 13 BA 2B 42
Octal 203 306 316 44 4 0 23 272 53 102
Binary 10000011 11000110 11001110 100100 100 0 10011 10111010 101011 1000010

Color Harmonies of #83C6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C6CE

Black with #83C6CE

Text Example


Text Example

White with #83C6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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