#83C7FF

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

Shades of Light Sky Blue #83C7FF

Tints of Light Sky Blue #83C7FF

Color information

#83C7FF (or 0x83C7FF) is unknown color: approx Light Sky Blue. HEX triplet: 83, C7 and FF. RGB value is (131,199,255). Sum of RGB (Red+Green+Blue) = 131+199+255=585 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.39% from 585); Green value is 199 (78.12% from 255 or 34.02% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #83C7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C7FF is #7C3800. Grayscale: #B8B8B8. Windows color (decimal): -8140801 or 16762755. OLE color: 16762755.

HSL color Cylindrical-coordinate representation of color #83C7FF: hue angle of 207.1º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83C7FF is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB131199255-
CMYK0.490.2200
HSL207.1º100%75.69%-
HSV(B)207.1º48.63%100%-
XYZ47.8352.89102.3-
YUV185.05167.4789.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.39%
GREEN value IS 199 (78.12% from 255) = 34.02%
BLUE value IS 255 (100% from 255) = 43.59%
R=22.39%
G=34.02%
B=43.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1311992550.490.2200207.110075.69
Hex83C7FF311600cf644c
Octal203307377612600317144114
Binary10000011110001111111111111000110110001100111111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,199,255); }

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

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

 a { background-color: rgb(131,199,255); }

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

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

 span { border-color: rgb(131,199,255); }

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