#83CAF3

Color #83CAF3 Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #83CAF3

Tints of Light Sky Blue #83CAF3

Color information

#83CAF3 (or 0x83CAF3) is unknown color: approx Light Sky Blue. HEX triplet: 83, CA and F3. RGB value is (131,202,243). Sum of RGB (Red+Green+Blue) = 131+202+243=576 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.74% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 243 - color contains mainly: blue. Hex color #83CAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83CAF3 is #7C350C. Grayscale: #B9B9B9. Windows color (decimal): -8140045 or 15977091. OLE color: 15977091.

HSL color Cylindrical-coordinate representation of color #83CAF3: hue angle of 201.96º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83CAF3 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB131202243-
CMYK0.460.1700.05
HSL201.96º82.35%73.33%-
HSV(B)201.96º46.09%95.29%-
XYZ46.6653.5492.67-
YUV185.44160.4889.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.74%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 243 (95.31% from 255) = 42.19%
R=22.74%
G=35.07%
B=42.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1312022430.460.1700.05201.9682.3573.33
Hex83CAF32E1105ca5249
Octal203312363562105312122111
Binary1000001111001010111100111011101000101011100101010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,202,243); }

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

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

 a { background-color: rgb(131,202,243); }

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

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

 span { border-color: rgb(131,202,243); }

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