#83C1EE

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

Shades of Sky Blue #83C1EE

Tints of Sky Blue #83C1EE

Color information

#83C1EE (or 0x83C1EE) is unknown color: approx Sky Blue. HEX triplet: 83, C1 and EE. RGB value is (131,193,238). Sum of RGB (Red+Green+Blue) = 131+193+238=562 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.31% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #83C1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C1EE is #7C3E11. Grayscale: #B3B3B3. Windows color (decimal): -8142354 or 15647107. OLE color: 15647107.

HSL color Cylindrical-coordinate representation of color #83C1EE: hue angle of 205.23º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83C1EE is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB131193238-
CMYK0.450.1900.07
HSL205.23º75.89%72.35%-
HSV(B)205.23º44.96%93.33%-
XYZ43.8649.1488.06-
YUV179.59160.9693.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.31%
GREEN value IS 193 (75.78% from 255) = 34.34%
BLUE value IS 238 (93.36% from 255) = 42.35%
R=23.31%
G=34.34%
B=42.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1311932380.450.1900.07205.2375.8972.35
Hex83C1EE2D1307cd4c48
Octal203301356552307315114110
Binary1000001111000001111011101011011001101111100110110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,193,238); }

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

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

 a { background-color: rgb(131,193,238); }

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

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

 span { border-color: rgb(131,193,238); }

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