#83CDF9

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

Shades of Light Sky Blue #83CDF9

Tints of Light Sky Blue #83CDF9

Color information

#83CDF9 (or 0x83CDF9) is unknown color: approx Light Sky Blue. HEX triplet: 83, CD and F9. RGB value is (131,205,249). Sum of RGB (Red+Green+Blue) = 131+205+249=585 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.39% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #83CDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83CDF9 is #7C3206. Grayscale: #BBBBBB. Windows color (decimal): -8139271 or 16371075. OLE color: 16371075.

HSL color Cylindrical-coordinate representation of color #83CDF9: hue angle of 202.37º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83CDF9 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB131205249-
CMYK0.470.1800.02
HSL202.37º90.77%74.51%-
HSV(B)202.37º47.39%97.65%-
XYZ48.2955.3397.76-
YUV187.89162.4887.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.39%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 249 (97.66% from 255) = 42.56%
R=22.39%
G=35.04%
B=42.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312052490.470.1800.02202.3790.7774.51
Hex83CDF92F1202ca5b4b
Octal203315371572202312133113
Binary100000111100110111111001101111100100101100101010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,205,249); }

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

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

 a { background-color: rgb(131,205,249); }

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

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

 span { border-color: rgb(131,205,249); }

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