#82C3E4

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

Shades of Sky Blue #82C3E4

Tints of Sky Blue #82C3E4

Color information

#82C3E4 (or 0x82C3E4) is unknown color: approx Sky Blue. HEX triplet: 82, C3 and E4. RGB value is (130,195,228). Sum of RGB (Red+Green+Blue) = 130+195+228=553 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.51% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 228 - color contains mainly: blue. Hex color #82C3E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82C3E4 is #7D3C1B. Grayscale: #B3B3B3. Windows color (decimal): -8207388 or 14992258. OLE color: 14992258.

HSL color Cylindrical-coordinate representation of color #82C3E4: hue angle of 200.2º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82C3E4 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB130195228-
CMYK0.430.1400.11
HSL200.2º64.47%70.2%-
HSV(B)200.2º42.98%89.41%-
XYZ42.7249.3880.68-
YUV179.33155.4792.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.51%
GREEN value IS 195 (76.56% from 255) = 35.26%
BLUE value IS 228 (89.45% from 255) = 41.23%
R=23.51%
G=35.26%
B=41.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1301952280.430.1400.11200.264.4770.2
Hex82C3E42BE0Bc84046
Octal2023033445316013310100106
Binary1000001011000011111001001010111110010111100100010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82C3E4; }

 p { color: rgb(130,195,228); }

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

<style>
 a { background-color: #82C3E4; }

 a { background-color: rgb(130,195,228); }

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

<style>
 span { border-color: #82C3E4; }

 span { border-color: rgb(130,195,228); }

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