#83A2FD

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

Shades of Jordy Blue #83A2FD

Tints of Jordy Blue #83A2FD

Color information

#83A2FD (or 0x83A2FD) is unknown color: approx Jordy Blue. HEX triplet: 83, A2 and FD. RGB value is (131,162,253). Sum of RGB (Red+Green+Blue) = 131+162+253=546 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.99% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #83A2FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A2FD is #7C5D02. Grayscale: #A2A2A2. Windows color (decimal): -8150275 or 16622211. OLE color: 16622211.

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

Color convert

RGB131162253-
CMYK0.480.3600.01
HSL224.75º96.83%75.29%-
HSV(B)224.75º48.22%99.22%-
XYZ40.0137.7698.11-
YUV163.1178.73105.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.99%
GREEN value IS 162 (63.67% from 255) = 29.67%
BLUE value IS 253 (99.22% from 255) = 46.34%
R=23.99%
G=29.67%
B=46.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1311622530.480.3600.01224.7596.8375.29
Hex83A2FD302401e1614b
Octal203242375604401341141113
Binary100000111010001011111101110000100100011110000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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