#83CFDF

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

Shades of Spray #83CFDF

Tints of Spray #83CFDF

Color information

#83CFDF (or 0x83CFDF) is unknown color: approx Spray. HEX triplet: 83, CF and DF. RGB value is (131,207,223). Sum of RGB (Red+Green+Blue) = 131+207+223=561 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.35% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #83CFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CFDF is #7C3020. Grayscale: #B9B9B9. Windows color (decimal): -8138785 or 14667651. OLE color: 14667651.

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

Color convert

RGB131207223-
CMYK0.410.0700.13
HSL190.43º58.97%69.41%-
HSV(B)190.43º41.26%87.45%-
XYZ44.9954.7878.01-
YUV186.1148.8288.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.35%
GREEN value IS 207 (81.25% from 255) = 36.90%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=23.35%
G=36.90%
B=39.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312072230.410.0700.13190.4358.9769.41
Hex83CFDF2970Dbe3b45
Octal20331733751701527673105
Binary10000011110011111101111110100111101101101111101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,207,223); }

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

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

 a { background-color: rgb(131,207,223); }

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

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

 span { border-color: rgb(131,207,223); }

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