#83A7EA

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

Shades of Jordy Blue #83A7EA

Tints of Jordy Blue #83A7EA

Color information

#83A7EA (or 0x83A7EA) is unknown color: approx Jordy Blue. HEX triplet: 83, A7 and EA. RGB value is (131,167,234). Sum of RGB (Red+Green+Blue) = 131+167+234=532 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.62% from 532); Green value is 167 (65.62% from 255 or 31.39% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #83A7EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A7EA is #7C5815. Grayscale: #A3A3A3. Windows color (decimal): -8149014 or 15378307. OLE color: 15378307.

HSL color Cylindrical-coordinate representation of color #83A7EA: hue angle of 219.03º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83A7EA is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB131167234-
CMYK0.440.2900.08
HSL219.03º71.03%71.57%-
HSV(B)219.03º44.02%91.76%-
XYZ38.0338.483.25-
YUV163.87167.57104.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.62%
GREEN value IS 167 (65.62% from 255) = 31.39%
BLUE value IS 234 (91.80% from 255) = 43.98%
R=24.62%
G=31.39%
B=43.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1311672340.440.2900.08219.0371.0371.57
Hex83A7EA2C1D08db4748
Octal2032473525435010333107110
Binary10000011101001111110101010110011101010001101101110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,167,234); }

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

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

 a { background-color: rgb(131,167,234); }

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

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

 span { border-color: rgb(131,167,234); }

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