#83DAF7

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

Shades of Light Sky Blue #83DAF7

Tints of Light Sky Blue #83DAF7

Color information

#83DAF7 (or 0x83DAF7) is unknown color: approx Light Sky Blue. HEX triplet: 83, DA and F7. RGB value is (131,218,247). Sum of RGB (Red+Green+Blue) = 131+218+247=596 (78% of max value = 765). Red value is 131 (51.56% from 255 or 21.98% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 247 (96.88% from 255 or 41.44% from 596); Max value from RGB is 247 - color contains mainly: blue. Hex color #83DAF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DAF7 is #7C2508. Grayscale: #C3C3C3. Windows color (decimal): -8135945 or 16243331. OLE color: 16243331.

HSL color Cylindrical-coordinate representation of color #83DAF7: hue angle of 195º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83DAF7 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB131218247-
CMYK0.470.1200.03
HSL195º87.88%74.12%-
HSV(B)195º46.96%96.86%-
XYZ51.2261.6897.2-
YUV195.29157.1882.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.98%
GREEN value IS 218 (85.55% from 255) = 36.58%
BLUE value IS 247 (96.88% from 255) = 41.44%
R=21.98%
G=36.58%
B=41.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1312182470.470.1200.0319587.8874.12
Hex83DAF72FC03c3584a
Octal203332367571403303130112
Binary10000011110110101111011110111111000111100001110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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