#83A4FE

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

Shades of Jordy Blue #83A4FE

Tints of Jordy Blue #83A4FE

Color information

#83A4FE (or 0x83A4FE) is unknown color: approx Jordy Blue. HEX triplet: 83, A4 and FE. RGB value is (131,164,254). Sum of RGB (Red+Green+Blue) = 131+164+254=549 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.86% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #83A4FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A4FE is #7C5B01. Grayscale: #A4A4A4. Windows color (decimal): -8149762 or 16688259. OLE color: 16688259.

HSL color Cylindrical-coordinate representation of color #83A4FE: hue angle of 223.9º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83A4FE is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB131164254-
CMYK0.480.3500.00
HSL223.9º98.4%75.49%-
HSV(B)223.9º48.43%99.61%-
XYZ40.5238.5399.07-
YUV164.39178.57104.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.86%
GREEN value IS 164 (64.45% from 255) = 29.87%
BLUE value IS 254 (99.61% from 255) = 46.27%
R=23.86%
G=29.87%
B=46.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1311642540.480.3500.00223.998.475.49
Hex83A4FE302300e0624b
Octal203244376604300340142113
Binary100000111010010011111110110000100011001110000011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,164,254); }

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

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

 a { background-color: rgb(131,164,254); }

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

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

 span { border-color: rgb(131,164,254); }

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