#83CBDD

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

Shades of Spray #83CBDD

Tints of Spray #83CBDD

Color information

#83CBDD (or 0x83CBDD) is unknown color: approx Spray. HEX triplet: 83, CB and DD. RGB value is (131,203,221). Sum of RGB (Red+Green+Blue) = 131+203+221=555 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.60% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #83CBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CBDD is #7C3422. Grayscale: #B7B7B7. Windows color (decimal): -8139811 or 14535555. OLE color: 14535555.

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

Color convert

RGB131203221-
CMYK0.410.0800.13
HSL192º56.96%69.02%-
HSV(B)192º40.72%86.67%-
XYZ43.7752.7676.28-
YUV183.52149.1590.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.60%
GREEN value IS 203 (79.69% from 255) = 36.58%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=23.60%
G=36.58%
B=39.82%

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
Decimal1312032210.410.0800.1319256.9669.02
Hex83CBDD2980Dc03945
Octal203313335511001530071105
Binary100000111100101111011101101001100001101110000001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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