#83CBDB

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

Shades of Spray #83CBDB

Tints of Spray #83CBDB

Color information

#83CBDB (or 0x83CBDB) is unknown color: approx Spray. HEX triplet: 83, CB and DB. RGB value is (131,203,219). Sum of RGB (Red+Green+Blue) = 131+203+219=553 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.69% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #83CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CBDB is #7C3424. Grayscale: #B7B7B7. Windows color (decimal): -8139813 or 14404483. OLE color: 14404483.

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

Color convert

RGB131203219-
CMYK0.400.0700.14
HSL190.91º55%68.63%-
HSV(B)190.91º40.18%85.88%-
XYZ43.552.6574.89-
YUV183.3148.1590.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.69%
GREEN value IS 203 (79.69% from 255) = 36.71%
BLUE value IS 219 (85.94% from 255) = 39.60%
R=23.69%
G=36.71%
B=39.60%

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
Decimal1312032190.400.0700.14190.915568.63
Hex83CBDB2870Ebf3745
Octal20331333350701627767105
Binary10000011110010111101101110100011101110101111111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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