#83CCDD

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

Shades of Spray #83CCDD

Tints of Spray #83CCDD

Color information

#83CCDD (or 0x83CCDD) is unknown color: approx Spray. HEX triplet: 83, CC and DD. RGB value is (131,204,221). Sum of RGB (Red+Green+Blue) = 131+204+221=556 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.56% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #83CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CCDD is #7C3322. Grayscale: #B7B7B7. Windows color (decimal): -8139555 or 14535811. OLE color: 14535811.

HSL color Cylindrical-coordinate representation of color #83CCDD: hue angle of 191.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83CCDD is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131204221-
CMYK0.410.0800.13
HSL191.33º56.96%69.02%-
HSV(B)191.33º40.72%86.67%-
XYZ4453.2376.36-
YUV184.11148.8290.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.56%
GREEN value IS 204 (80.08% from 255) = 36.69%
BLUE value IS 221 (86.72% from 255) = 39.75%
R=23.56%
G=36.69%
B=39.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312042210.410.0800.13191.3356.9669.02
Hex83CCDD2980Dbf3945
Octal203314335511001527771105
Binary100000111100110011011101101001100001101101111111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,204,221); }

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

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

 a { background-color: rgb(131,204,221); }

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

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

 span { border-color: rgb(131,204,221); }

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