#83C8DC

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

Shades of Spray #83C8DC

Tints of Spray #83C8DC

Color information

#83C8DC (or 0x83C8DC) is unknown color: approx Spray. HEX triplet: 83, C8 and DC. RGB value is (131,200,220). Sum of RGB (Red+Green+Blue) = 131+200+220=551 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.77% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #83C8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C8DC is #7C3723. Grayscale: #B5B5B5. Windows color (decimal): -8140580 or 14469251. OLE color: 14469251.

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

Color convert

RGB131200220-
CMYK0.400.0900.14
HSL193.48º55.97%68.82%-
HSV(B)193.48º40.45%86.27%-
XYZ42.9351.375.35-
YUV181.65149.6491.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.77%
GREEN value IS 200 (78.52% from 255) = 36.30%
BLUE value IS 220 (86.33% from 255) = 39.93%
R=23.77%
G=36.30%
B=39.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1312002200.400.0900.14193.4855.9768.82
Hex83C8DC2890Ec13845
Octal203310334501101630170105
Binary100000111100100011011100101000100101110110000011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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