#83C2F1

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

Shades of Light Sky Blue #83C2F1

Tints of Light Sky Blue #83C2F1

Color information

#83C2F1 (or 0x83C2F1) is unknown color: approx Light Sky Blue. HEX triplet: 83, C2 and F1. RGB value is (131,194,241). Sum of RGB (Red+Green+Blue) = 131+194+241=566 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.14% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #83C2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C2F1 is #7C3D0E. Grayscale: #B4B4B4. Windows color (decimal): -8142095 or 15843971. OLE color: 15843971.

HSL color Cylindrical-coordinate representation of color #83C2F1: hue angle of 205.64º degrees, saturation: 0.8, 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 #83C2F1 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB131194241-
CMYK0.460.2000.05
HSL205.64º79.71%72.94%-
HSV(B)205.64º45.64%94.51%-
XYZ44.5349.7690.48-
YUV180.52162.1392.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.14%
GREEN value IS 194 (76.17% from 255) = 34.28%
BLUE value IS 241 (94.53% from 255) = 42.58%
R=23.14%
G=34.28%
B=42.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1311942410.460.2000.05205.6479.7172.94
Hex83C2F12E1405ce5049
Octal203302361562405316120111
Binary1000001111000010111100011011101010001011100111010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,194,241); }

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

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

 a { background-color: rgb(131,194,241); }

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

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

 span { border-color: rgb(131,194,241); }

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