#83C0DC

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

Shades of Spray #83C0DC

Tints of Spray #83C0DC

Color information

#83C0DC (or 0x83C0DC) is unknown color: approx Spray. HEX triplet: 83, C0 and DC. RGB value is (131,192,220). Sum of RGB (Red+Green+Blue) = 131+192+220=543 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.13% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #83C0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C0DC is #7C3F23. Grayscale: #B0B0B0. Windows color (decimal): -8142628 or 14467203. OLE color: 14467203.

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

Color convert

RGB131192220-
CMYK0.400.1300.14
HSL198.88º55.97%68.82%-
HSV(B)198.88º40.45%86.27%-
XYZ41.1347.6974.75-
YUV176.95152.2995.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.13%
GREEN value IS 192 (75.39% from 255) = 35.36%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=24.13%
G=35.36%
B=40.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311922200.400.1300.14198.8855.9768.82
Hex83C0DC28D0Ec73845
Octal203300334501501630770105
Binary100000111100000011011100101000110101110110001111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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