#83A8FE

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

Shades of Jordy Blue #83A8FE

Tints of Jordy Blue #83A8FE

Color information

#83A8FE (or 0x83A8FE) is unknown color: approx Jordy Blue. HEX triplet: 83, A8 and FE. RGB value is (131,168,254). Sum of RGB (Red+Green+Blue) = 131+168+254=553 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.69% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #83A8FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A8FE is #7C5701. Grayscale: #A6A6A6. Windows color (decimal): -8148738 or 16689283. OLE color: 16689283.

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

Color convert

RGB131168254-
CMYK0.480.3400.00
HSL221.95º98.4%75.49%-
HSV(B)221.95º48.43%99.61%-
XYZ41.2539.9999.31-
YUV166.74177.24102.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.69%
GREEN value IS 168 (66.02% from 255) = 30.38%
BLUE value IS 254 (99.61% from 255) = 45.93%
R=23.69%
G=30.38%
B=45.93%

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
Decimal1311682540.480.3400.00221.9598.475.49
Hex83A8FE302200de624b
Octal203250376604200336142113
Binary100000111010100011111110110000100010001101111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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