#83DCF2

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

Shades of Sky Blue #83DCF2

Tints of Sky Blue #83DCF2

Color information

#83DCF2 (or 0x83DCF2) is unknown color: approx Sky Blue. HEX triplet: 83, DC and F2. RGB value is (131,220,242). Sum of RGB (Red+Green+Blue) = 131+220+242=593 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.09% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #83DCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DCF2 is #7C230D. Grayscale: #C3C3C3. Windows color (decimal): -8135438 or 15916163. OLE color: 15916163.

HSL color Cylindrical-coordinate representation of color #83DCF2: hue angle of 191.89º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83DCF2 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB131220242-
CMYK0.460.0900.05
HSL191.89º81.02%73.14%-
HSV(B)191.89º45.87%94.9%-
XYZ50.9862.4293.37-
YUV195.9154.0181.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.09%
GREEN value IS 220 (86.33% from 255) = 37.10%
BLUE value IS 242 (94.92% from 255) = 40.81%
R=22.09%
G=37.10%
B=40.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1312202420.460.0900.05191.8981.0273.14
Hex83DCF22E905c05149
Octal203334362561105300121111
Binary100000111101110011110010101110100101011100000010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,220,242); }

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

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

 a { background-color: rgb(131,220,242); }

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

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

 span { border-color: rgb(131,220,242); }

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