#83ACFA

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

Shades of Jordy Blue #83ACFA

Tints of Jordy Blue #83ACFA

Color information

#83ACFA (or 0x83ACFA) is unknown color: approx Jordy Blue. HEX triplet: 83, AC and FA. RGB value is (131,172,250). Sum of RGB (Red+Green+Blue) = 131+172+250=553 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.69% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #83ACFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83ACFA is #7C5305. Grayscale: #A8A8A8. Windows color (decimal): -8147718 or 16428163. OLE color: 16428163.

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

Color convert

RGB131172250-
CMYK0.480.3100.02
HSL219.33º92.25%74.71%-
HSV(B)219.33º47.6%98.04%-
XYZ41.3741.2396.22-
YUV168.63173.92101.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.69%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 250 (98.05% from 255) = 45.21%
R=23.69%
G=31.10%
B=45.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1311722500.480.3100.02219.3392.2574.71
Hex83ACFA301F02db5c4b
Octal203254372603702333134113
Binary100000111010110011111010110000111110101101101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,172,250); }

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

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

 a { background-color: rgb(131,172,250); }

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

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

 span { border-color: rgb(131,172,250); }

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