#83DDFA

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

Shades of Light Sky Blue #83DDFA

Tints of Light Sky Blue #83DDFA

Color information

#83DDFA (or 0x83DDFA) is unknown color: approx Light Sky Blue. HEX triplet: 83, DD and FA. RGB value is (131,221,250). Sum of RGB (Red+Green+Blue) = 131+221+250=602 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.76% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #83DDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DDFA is #7C2205. Grayscale: #C5C5C5. Windows color (decimal): -8135174 or 16440707. OLE color: 16440707.

HSL color Cylindrical-coordinate representation of color #83DDFA: hue angle of 194.62º 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 #83DDFA is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB131221250-
CMYK0.480.1200.02
HSL194.62º92.25%74.71%-
HSV(B)194.62º47.6%98.04%-
XYZ52.4763.4499.92-
YUV197.4157.6880.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.76%
GREEN value IS 221 (86.72% from 255) = 36.71%
BLUE value IS 250 (98.05% from 255) = 41.53%
R=21.76%
G=36.71%
B=41.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312212500.480.1200.02194.6292.2574.71
Hex83DDFA30C02c35c4b
Octal203335372601402303134113
Binary10000011110111011111101011000011000101100001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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