#83CDFA

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

Shades of Light Sky Blue #83CDFA

Tints of Light Sky Blue #83CDFA

Color information

#83CDFA (or 0x83CDFA) is unknown color: approx Light Sky Blue. HEX triplet: 83, CD and FA. RGB value is (131,205,250). Sum of RGB (Red+Green+Blue) = 131+205+250=586 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.35% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #83CDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83CDFA is #7C3205. Grayscale: #BBBBBB. Windows color (decimal): -8139270 or 16436611. OLE color: 16436611.

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

Color convert

RGB131205250-
CMYK0.480.1800.02
HSL202.69º92.25%74.71%-
HSV(B)202.69º47.6%98.04%-
XYZ48.4555.3998.58-
YUV188162.9887.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.35%
GREEN value IS 205 (80.47% from 255) = 34.98%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=22.35%
G=34.98%
B=42.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312052500.480.1800.02202.6992.2574.71
Hex83CDFA301202cb5c4b
Octal203315372602202313134113
Binary100000111100110111111010110000100100101100101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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