#829FEE

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

Shades of Jordy Blue #829FEE

Tints of Jordy Blue #829FEE

Color information

#829FEE (or 0x829FEE) is unknown color: approx Jordy Blue. HEX triplet: 82, 9F and EE. RGB value is (130,159,238). Sum of RGB (Red+Green+Blue) = 130+159+238=527 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.67% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #829FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829FEE is #7D6011. Grayscale: #9E9E9E. Windows color (decimal): -8216594 or 15638402. OLE color: 15638402.

HSL color Cylindrical-coordinate representation of color #829FEE: hue angle of 223.89º 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 #829FEE is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130159238-
CMYK0.450.3300.07
HSL223.89º76.06%72.16%-
HSV(B)223.89º45.38%93.33%-
XYZ37.0435.7285.83-
YUV159.34172.39107.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.67%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 238 (93.36% from 255) = 45.16%
R=24.67%
G=30.17%
B=45.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1301592380.450.3300.07223.8976.0672.16
Hex829FEE2D2107e04c48
Octal202237356554107340114110
Binary10000010100111111110111010110110000101111110000010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829FEE; }

 p { color: rgb(130,159,238); }

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

<style>
 a { background-color: #829FEE; }

 a { background-color: rgb(130,159,238); }

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

<style>
 span { border-color: #829FEE; }

 span { border-color: rgb(130,159,238); }

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