#83A0F8

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

Shades of Jordy Blue #83A0F8

Tints of Jordy Blue #83A0F8

Color information

#83A0F8 (or 0x83A0F8) is unknown color: approx Jordy Blue. HEX triplet: 83, A0 and F8. RGB value is (131,160,248). Sum of RGB (Red+Green+Blue) = 131+160+248=539 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.30% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 248 (97.27% from 255 or 46.01% from 539); Max value from RGB is 248 - color contains mainly: blue. Hex color #83A0F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A0F8 is #7C5F07. Grayscale: #A0A0A0. Windows color (decimal): -8150792 or 16294019. OLE color: 16294019.

HSL color Cylindrical-coordinate representation of color #83A0F8: hue angle of 225.13º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83A0F8 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB131160248-
CMYK0.470.3500.03
HSL225.13º89.31%74.31%-
HSV(B)225.13º47.18%97.25%-
XYZ38.8736.7493.85-
YUV161.36176.89106.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.30%
GREEN value IS 160 (62.89% from 255) = 29.68%
BLUE value IS 248 (97.27% from 255) = 46.01%
R=24.30%
G=29.68%
B=46.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1311602480.470.3500.03225.1389.3174.31
Hex83A0F82F2303e1594a
Octal203240370574303341131112
Binary1000001110100000111110001011111000110111110000110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,160,248); }

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

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

 a { background-color: rgb(131,160,248); }

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

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

 span { border-color: rgb(131,160,248); }

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