#83C6DC

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

Shades of Spray #83C6DC

Tints of Spray #83C6DC

Color information

#83C6DC (or 0x83C6DC) is unknown color: approx Spray. HEX triplet: 83, C6 and DC. RGB value is (131,198,220). Sum of RGB (Red+Green+Blue) = 131+198+220=549 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.86% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #83C6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C6DC is #7C3923. Grayscale: #B4B4B4. Windows color (decimal): -8141092 or 14468739. OLE color: 14468739.

HSL color Cylindrical-coordinate representation of color #83C6DC: hue angle of 194.83º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83C6DC is Cyan = 0.40, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131198220-
CMYK0.400.100.14
HSL194.83º55.97%68.82%-
HSV(B)194.83º40.45%86.27%-
XYZ42.4750.3875.2-
YUV180.48150.392.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.86%
GREEN value IS 198 (77.73% from 255) = 36.07%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=23.86%
G=36.07%
B=40.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311982200.400.100.14194.8355.9768.82
Hex83C6DC28A0Ec33845
Octal203306334501201630370105
Binary100000111100011011011100101000101001110110000111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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