#83C1DC

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

Shades of Spray #83C1DC

Tints of Spray #83C1DC

Color information

#83C1DC (or 0x83C1DC) is unknown color: approx Spray. HEX triplet: 83, C1 and DC. RGB value is (131,193,220). Sum of RGB (Red+Green+Blue) = 131+193+220=544 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.08% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #83C1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C1DC is #7C3E23. Grayscale: #B1B1B1. Windows color (decimal): -8142372 or 14467459. OLE color: 14467459.

HSL color Cylindrical-coordinate representation of color #83C1DC: hue angle of 198.2º 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 #83C1DC is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131193220-
CMYK0.400.1200.14
HSL198.2º55.97%68.82%-
HSV(B)198.2º40.45%86.27%-
XYZ41.3548.1374.82-
YUV177.54151.9694.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.08%
GREEN value IS 193 (75.78% from 255) = 35.48%
BLUE value IS 220 (86.33% from 255) = 40.44%
R=24.08%
G=35.48%
B=40.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311932200.400.1200.14198.255.9768.82
Hex83C1DC28C0Ec63845
Octal203301334501401630670105
Binary100000111100000111011100101000110001110110001101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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