#83CDDC

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

Shades of Spray #83CDDC

Tints of Spray #83CDDC

Color information

#83CDDC (or 0x83CDDC) is unknown color: approx Spray. HEX triplet: 83, CD and DC. RGB value is (131,205,220). Sum of RGB (Red+Green+Blue) = 131+205+220=556 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.56% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #83CDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CDDC is #7C3223. Grayscale: #B8B8B8. Windows color (decimal): -8139300 or 14470531. OLE color: 14470531.

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

Color convert

RGB131205220-
CMYK0.400.0700.14
HSL190.11º55.97%68.82%-
HSV(B)190.11º40.45%86.27%-
XYZ44.1153.6675.74-
YUV184.58147.9889.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.56%
GREEN value IS 205 (80.47% from 255) = 36.87%
BLUE value IS 220 (86.33% from 255) = 39.57%
R=23.56%
G=36.87%
B=39.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1312052200.400.0700.14190.1155.9768.82
Hex83CDDC2870Ebe3845
Octal20331533450701627670105
Binary10000011110011011101110010100011101110101111101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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