#83A7FE

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

Shades of Jordy Blue #83A7FE

Tints of Jordy Blue #83A7FE

Color information

#83A7FE (or 0x83A7FE) is unknown color: approx Jordy Blue. HEX triplet: 83, A7 and FE. RGB value is (131,167,254). Sum of RGB (Red+Green+Blue) = 131+167+254=552 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.73% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #83A7FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A7FE is #7C5801. Grayscale: #A5A5A5. Windows color (decimal): -8148994 or 16689027. OLE color: 16689027.

HSL color Cylindrical-coordinate representation of color #83A7FE: hue angle of 222.44º 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 #83A7FE is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB131167254-
CMYK0.480.3400.00
HSL222.44º98.4%75.49%-
HSV(B)222.44º48.43%99.61%-
XYZ41.0739.6299.25-
YUV166.15177.57102.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.73%
GREEN value IS 167 (65.62% from 255) = 30.25%
BLUE value IS 254 (99.61% from 255) = 46.01%
R=23.73%
G=30.25%
B=46.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1311672540.480.3400.00222.4498.475.49
Hex83A7FE302200de624b
Octal203247376604200336142113
Binary100000111010011111111110110000100010001101111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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