#83DAFE

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

Shades of Light Sky Blue #83DAFE

Tints of Light Sky Blue #83DAFE

Color information

#83DAFE (or 0x83DAFE) is unknown color: approx Light Sky Blue. HEX triplet: 83, DA and FE. RGB value is (131,218,254). Sum of RGB (Red+Green+Blue) = 131+218+254=603 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.72% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #83DAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DAFE is #7C2501. Grayscale: #C3C3C3. Windows color (decimal): -8135938 or 16702083. OLE color: 16702083.

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

Color convert

RGB131218254-
CMYK0.480.1400.00
HSL197.56º98.4%75.49%-
HSV(B)197.56º48.43%99.61%-
XYZ52.3262.12103-
YUV196.09160.6881.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.72%
GREEN value IS 218 (85.55% from 255) = 36.15%
BLUE value IS 254 (99.61% from 255) = 42.12%
R=21.72%
G=36.15%
B=42.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1312182540.480.1400.00197.5698.475.49
Hex83DAFE30E00c6624b
Octal203332376601600306142113
Binary1000001111011010111111101100001110001100011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,218,254); }

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

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

 a { background-color: rgb(131,218,254); }

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

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

 span { border-color: rgb(131,218,254); }

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