#83E3FF

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

Shades of Light Sky Blue #83E3FF

Tints of Light Sky Blue #83E3FF

Color information

#83E3FF (or 0x83E3FF) is unknown color: approx Light Sky Blue. HEX triplet: 83, E3 and FF. RGB value is (131,227,255). Sum of RGB (Red+Green+Blue) = 131+227+255=613 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.37% from 613); Green value is 227 (89.06% from 255 or 37.03% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #83E3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83E3FF is #7C1C00. Grayscale: #C9C9C9. Windows color (decimal): -8133633 or 16769923. OLE color: 16769923.

HSL color Cylindrical-coordinate representation of color #83E3FF: hue angle of 193.55º 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 #83E3FF is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB131227255-
CMYK0.490.1100
HSL193.55º100%75.69%-
HSV(B)193.55º48.63%100%-
XYZ54.8866.98104.64-
YUV201.49158.277.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.37%
GREEN value IS 227 (89.06% from 255) = 37.03%
BLUE value IS 255 (100% from 255) = 41.60%
R=21.37%
G=37.03%
B=41.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1312272550.490.1100193.5510075.69
Hex83E3FF31B00c2644c
Octal203343377611300302144114
Binary1000001111100011111111111100011011001100001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83E3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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