#82AFEC

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

Shades of Jordy Blue #82AFEC

Tints of Jordy Blue #82AFEC

Color information

#82AFEC (or 0x82AFEC) is unknown color: approx Jordy Blue. HEX triplet: 82, AF and EC. RGB value is (130,175,236). Sum of RGB (Red+Green+Blue) = 130+175+236=541 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.03% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #82AFEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82AFEC is #7D5013. Grayscale: #A8A8A8. Windows color (decimal): -8212500 or 15511426. OLE color: 15511426.

HSL color Cylindrical-coordinate representation of color #82AFEC: hue angle of 214.53º degrees, saturation: 0.74, 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 #82AFEC is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130175236-
CMYK0.450.2600.07
HSL214.53º73.61%71.76%-
HSV(B)214.53º44.92%92.55%-
XYZ39.6841.4685.27-
YUV168.5166.09100.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.03%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 236 (92.58% from 255) = 43.62%
R=24.03%
G=32.35%
B=43.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1301752360.450.2600.07214.5373.6171.76
Hex82AFEC2D1A07d74a48
Octal202257354553207327112110
Binary1000001010101111111011001011011101001111101011110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,175,236); }

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

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

 a { background-color: rgb(130,175,236); }

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

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

 span { border-color: rgb(130,175,236); }

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