#83A8FD

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

Shades of Jordy Blue #83A8FD

Tints of Jordy Blue #83A8FD

Color information

#83A8FD (or 0x83A8FD) is unknown color: approx Jordy Blue. HEX triplet: 83, A8 and FD. RGB value is (131,168,253). Sum of RGB (Red+Green+Blue) = 131+168+253=552 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.73% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #83A8FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A8FD is #7C5702. Grayscale: #A6A6A6. Windows color (decimal): -8148739 or 16623747. OLE color: 16623747.

HSL color Cylindrical-coordinate representation of color #83A8FD: hue angle of 221.8º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83A8FD is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB131168253-
CMYK0.480.3400.01
HSL221.8º96.83%75.29%-
HSV(B)221.8º48.22%99.22%-
XYZ41.0939.9298.47-
YUV166.63176.74102.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.73%
GREEN value IS 168 (66.02% from 255) = 30.43%
BLUE value IS 253 (99.22% from 255) = 45.83%
R=23.73%
G=30.43%
B=45.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1311682530.480.3400.01221.896.8375.29
Hex83A8FD302201de614b
Octal203250375604201336141113
Binary100000111010100011111101110000100010011101111011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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