#83CFE1

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

Shades of Spray #83CFE1

Tints of Spray #83CFE1

Color information

#83CFE1 (or 0x83CFE1) is unknown color: approx Spray. HEX triplet: 83, CF and E1. RGB value is (131,207,225). Sum of RGB (Red+Green+Blue) = 131+207+225=563 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.27% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 225 - color contains mainly: blue. Hex color #83CFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CFE1 is #7C301E. Grayscale: #BABABA. Windows color (decimal): -8138783 or 14798723. OLE color: 14798723.

HSL color Cylindrical-coordinate representation of color #83CFE1: hue angle of 191.49º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83CFE1 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB131207225-
CMYK0.420.0800.12
HSL191.49º61.04%69.8%-
HSV(B)191.49º41.78%88.24%-
XYZ45.2654.8979.44-
YUV186.33149.8288.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.27%
GREEN value IS 207 (81.25% from 255) = 36.77%
BLUE value IS 225 (88.28% from 255) = 39.96%
R=23.27%
G=36.77%
B=39.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1312072250.420.0800.12191.4961.0469.8
Hex83CFE12A80Cbf3d46
Octal203317341521001427775106
Binary100000111100111111100001101010100001100101111111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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