#83C8D1

Color #83C8D1 Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #83C8D1

Tints of Spray #83C8D1

Color information

#83C8D1 (or 0x83C8D1) is unknown color: approx Spray. HEX triplet: 83, C8 and D1. RGB value is (131,200,209). Sum of RGB (Red+Green+Blue) = 131+200+209=540 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.26% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 209 - color contains mainly: blue. Hex color #83C8D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C8D1 is #7C372E. Grayscale: #B4B4B4. Windows color (decimal): -8140591 or 13748355. OLE color: 13748355.

HSL color Cylindrical-coordinate representation of color #83C8D1: hue angle of 186.92º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83C8D1 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB131200209-
CMYK0.370.0400.18
HSL186.92º45.88%66.67%-
HSV(B)186.92º37.32%81.96%-
XYZ41.5250.7467.93-
YUV180.4144.1492.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.26%
GREEN value IS 200 (78.52% from 255) = 37.04%
BLUE value IS 209 (82.03% from 255) = 38.70%
R=24.26%
G=37.04%
B=38.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1312002090.370.0400.18186.9245.8866.67
Hex83C8D1254012bb2e43
Octal20331032145402227356103
Binary100000111100100011010001100101100010010101110111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,200,209); }

 H1.HeaderClassName
 {
   color: #83C8D1;
 }
 .AnyTagClassName
 {
   color: #83C8D1;
 }
</style>
background-color css

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

 a { background-color: rgb(131,200,209); }

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

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

 span { border-color: rgb(131,200,209); }

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